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
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
filter is inserted before the underlying widget vs the custom select popup/dialog
the filterable items are only filtered in the hidden widget and not in the "remote" content (popup/dialog)
the button added by the custom select to open the popup/dialog also gets updated by the filter vs. only getting updated when selecting an item from the listview.
Ideally:
the filter would be inserted before the list-menu in the popup/dialog
filtering would be run on the filterable items in the dialog/popup
the button to open the popup/dialog is only be updated through selecting an element, not by the filter.
The text was updated successfully, but these errors were encountered:
Here is the example from the demos with
data-filter="true"
added:http://jsbin.com/ofuhaw/167/edit
Noticeable:
Ideally:
The text was updated successfully, but these errors were encountered: