v9: Combobox allow input value with spaces #26445
-
Hey, I need to implement an address autocompletion where the user can type something like My Street 123. At the moment the combobox selects the focused value if the user hits the spacebar. Is there a way I can achieve the desired behaviour with the current implementation of the combobox? If it is not currently possible, are there plans to support this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The default behavior right now is that space selects the focused item in the listbox. This is pretty consistent across other inputs, so we did not want to deviate there. |
Beta Was this translation helpful? Give feedback.
-
solved by #27025 |
Beta Was this translation helpful? Give feedback.
The default behavior right now is that space selects the focused item in the listbox. This is pretty consistent across other inputs, so we did not want to deviate there.