Object selection options
umangsh opened this issue ยท 4 comments
umangsh commented
Describe the feature you'd like
- 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)
- Support for async data fetch for populating items instead of expecting all items available up front. Even better if the data fetch is paginated.
esentis commented
Hello there
umangsh commented
Hi, just checking in. Were you able to look at this feature request?
esentis commented
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
umangsh commented
No worries
I'm new to Flutter - too early to contribute useful PRs unfortunately.