mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
5efa6b9b6d
commit
e510b2eee5
@ -91,7 +91,7 @@ const AutocompleteController = memo(
|
||||
{...(Array.isArray(separators) && {
|
||||
autoSelect: true,
|
||||
onInputChange: (event, newInputValue) => {
|
||||
if (separators.includes(newInputValue.at(-1))) {
|
||||
if (separators.includes([...newInputValue].at(-1))) {
|
||||
event.target.blur()
|
||||
event.target.focus()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user