You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple material DropDowns and ListBoxes are displayed in the same context, the type-to-search functionality is not working correctly: when typing, the element is found and highlighted, but the there is no scroll inside the dropdown elements list to place the element in view (this is an issue when a list has a lot of elements, for example a list of countries)
When multiple material DropDowns and ListBoxes are displayed in the same context, the type-to-search functionality is not working correctly: when typing, the element is found and highlighted, but the there is no scroll inside the dropdown elements list to place the element in view (this is an issue when a list has a lot of elements, for example a list of countries)
Example on GMD ListBox demo page:
https://gwtmaterialdesign.github.io/gmd-core-demo/#listbox
The "Wolverine" element is highlighted but the list is not scrolled to show that element.
The text was updated successfully, but these errors were encountered: