0
chrisweinmuellner created
Product Version 11.1, asp.net Core + Angular, Default Theme
As far as I can tell all your templates all use the css class "form-control" for form elements including <select>. This makes the dropdown caret on the right side of the select disappear. When exchanging this for class "form-select" only for select elements, the caret reappears while not changing anything else and makes IMHO for a better UX where he can discern clearly between a text input field and a pure dropdown.
1 Answer(s)
-
0
Hi @chrisweinmuellner
Thank you for your finding, we will update all select elements with form-select class, please follow https://github.com/aspnetzero/aspnet-zero-core/issues/4304