Bruno D'Luka
Bruno D'Luka
Sorry, but I can not reproduce this on the lastest version. 
It is implemented. Check the example app!
It's a `String` by design, since `AutoSuggestBox` uses a `TextField`, which can only handle strings.
I think it's complicated. The main purpose of AutoSuggestBox is text, all callbacks are text-related. For me, it doesn't make sense to make it dynamic
I am really glad you like it! This kind of comments and feedbacks is what keeps me loving the community.
Do you have any window features on?
Not reproducible on the latest version
When the controller value is changed, the text selection cursor should be changed to the end instead of being at the start
@WinXaito `IconButton` requests focus everytime the user pressed the button. You can create your own button that do not request focus. Also, you can use a `FocusNode` to request the...