Combobox: Unexpected behavior when hitting enter after invalid input #1643
manupik
started this conversation in
Feature Requests / Ideas
Replies: 1 comment
-
That is not expected and is a bug! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When typing a string that doesn't match any item in the combobox, pressing
Enter
still sets the value to the last highlighted item.Steps to reproduce:
asd
.enter
.Expected behavior:
Nothing should be selected, since
asd
doesn't match any item.Actual behavior:
The value is set to
Raspberry
, which was the last highlighted item from a previous match.I'm not sure if this is intended behavior, so I haven't opened a bug report yet. If this is a bug, I'd be happy to open an issue and potentially contribute a fix.
Thanks again for your amazing work!
Beta Was this translation helpful? Give feedback.
All reactions