Open amythetester opened 1 year ago
Yes, this is annoying! This is a limitation of the implementation using a datalist with an input textbox, which is what I found online for recommendations for implementing a "combo box". As far as I can tell, there's no out-of-the-box parity replacement for the traditional combo box UX. Unfortunate.
My initial thoughts on a fix would involve one of these options:
Option 1 is probably easiest, but I'd have to find the right library. I tried one that was hard to work with before switching to the data list.
Repro:
Expected: The list dropdown opens and allows me to select an existing list Actual: Dropdown list does not render when arrow is clicked
Workaround: Delete the custom list name and then try opening the list dropdown