Currently, I am utilizing a ValueListBox to showcase a range of values for users to choose from. The main issue I am encountering pertains to IE11 and its subpar behavior when interacting with the control:
- The dropdown list appears all over the place (in my opinion, it would be more beneficial if it displayed under the current selection, as seen in Google Chrome).
- IE11 displays an excessive number of entries (30) compared to Chrome's 20. This issue may be connected to limiting the height of the select drop-down box (Learn more).
Is this dependent solely on the browser, or is there a way to address these concerns?