-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single Select combobox improvements #200
Comments
Currently, in combobox mode, it allows committing an invalid value that is not present in the list. In this case, the value will be an empty string, and the selectedIndex will be -1. This is definitely a bug. For validation, you can use the
With the current implementation, it's only feasible with codicons. Would that be acceptable for you? |
Thanks, codicons will work.. I think I should be able to switch those for other icons easily enough post render if the need arises. |
I've realized with the current implementation the performance is drastically degrading if icons are rendered in the options. It will be complex task. I can't estimate when it will be finished. |
No worries, I am getting around to seeing if I can patch it in after the render.. if I can I will close this as that will take care of my needs. |
For the combo box option, is it possible to enforce the entered value must match a provided value when using the native form validation.
Also, is it possible to get the ability to render an icon at the start of each value.
The text was updated successfully, but these errors were encountered: