fix: do not prevent Tab behaviour in NumericComponent

This commit is contained in:
Mose Müller
2023-08-02 12:06:22 +02:00
parent 1f4c3db9bb
commit b385d728fc
7 changed files with 9 additions and 8 deletions

View File

@ -143,6 +143,7 @@ export const NumberComponent = React.memo((props: NumberComponentProps) => {
key === 'F1' ||
key === 'F5' ||
key === 'F12' ||
key === 'Tab' ||
key === 'ArrowRight' ||
key === 'ArrowLeft'
) {