mirror of
https://github.com/maputnik/editor.git
synced 2026-08-02 03:07:27 +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') {
|
if (typeof v === 'string') {
|
||||||
setInput(v)
|
setInput(v)
|
||||||
onChange(v === '' ? undefined : v)
|
onChange(v === '' ? undefined : v)
|
||||||
|
openMenu()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user