IPopupChooserBuilder support filter list?

Answered

How to support filter list when I input word like 3.xxx , the list can be filtered 

 

 

0
2 comments

Try setting namer when building PopupChooser with:

setNamerForFiltering

If extending PopupChooserBuilder class, it has an alias for the above function called:

setFilteringEnabled
0

solved it,thanks

0

Please sign in to leave a comment.