Multi item input hotkeys fixes (#9453)
- Follow-up on #9442 - Fixed multi item input field on escape
This commit is contained in:
@ -192,6 +192,7 @@ export const MultiItemFieldInput = <T,>({
|
||||
})
|
||||
: undefined
|
||||
}
|
||||
onEscape={handleDropdownClose}
|
||||
onChange={(event) =>
|
||||
handleOnChange(
|
||||
turnIntoEmptyStringIfWhitespacesOnly(event.target.value),
|
||||
|
||||
Reference in New Issue
Block a user