Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Filterable: Not working with Custom Select #6326

Closed
frequent opened this issue Aug 10, 2013 · 2 comments
Closed

Filterable: Not working with Custom Select #6326

frequent opened this issue Aug 10, 2013 · 2 comments

Comments

@frequent
Copy link
Contributor

Here is the example from the demos with data-filter="true" added:

http://jsbin.com/ofuhaw/167/edit

Noticeable:

  • 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.
@X-O
Copy link

X-O commented Aug 10, 2013

Fixing this would also make me happy :)
#6282

@X-O
Copy link

X-O commented Aug 12, 2013

Did you disable filtering on custom select?
http://jsbin.com/ofuhaw/173/edit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants