esentis/multiple_search_selection

Object selection options

umangsh opened this issue ยท 4 comments

Describe the feature you'd like

  1. Is it possible to select custom objects other than String in the dropdown? Often choices will have an ID for form processing and a String for display:

items: MyObj (id: ..., name: ..., toString() => name)

  1. Support for async data fetch for populating items instead of expecting all items available up front. Even better if the data fetch is paginated.

Hello there๐Ÿ˜Š I really like your suggestions, I'll look into it the coming week, and make it happen (hopefully).

Hi, just checking in. Were you able to look at this feature request?

Hi, just checking in. Were you able to look at this feature request?

Hello there, yes I have looked into it briefly but haven't found the time I wanted to implement & refactor the code.

Unfortunately, I can't give you an ETA right now.
Of course every PR is welcome ๐Ÿ™

No worries ๐Ÿคž.
I'm new to Flutter - too early to contribute useful PRs unfortunately.