IPopupChooserBuilder support filter list?
已回答
How to support filter list when I input word like 3.xxx , the list can be filtered
请先登录再写评论。
Try setting namer when building PopupChooser with:
If extending PopupChooserBuilder class, it has an alias for the above function called:
solved it,thanks