mirror of
https://github.com/maputnik/editor.git
synced 2026-02-12 15:40:01 +00:00
Keep autocomplete menu open while typing
This commit is contained in:
@@ -49,6 +49,7 @@ export default function InputAutocomplete({
|
||||
if (typeof v === 'string') {
|
||||
setInput(v)
|
||||
onChange(v === '' ? undefined : v)
|
||||
openMenu()
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user