Danvick Miller
Danvick Miller
Noted @Albert221 @KarnerTh. I think I've found the culprit. Let me now work on a fix.
Not quite yet. I'll reopen this.
Thanks @Isodome for your response. That should work. The plan is to add a ChipsInputController in the next major version
> I'm having the same issue. > While using selectSuggestion works, it still a workaround. > Any idea on when you will release your next major release ? Hi @Nico04,...
Hi @OptivolveThiyraashDavid, Suggestions are always welcome. What would be the use case of this feature?
Well, this is a bit strange. The suggestion box is supposed to be shown - top or bottom - based on the side that has more space. I'll consider adding...
This is a great suggestion. I'll do my best to implement this.
Hi @appstute-pratik, At this point in time, the easiest way to add a chip programmatically is by use of a `GlobalKey`. Like so: ```dart GlobalKey _chipKey = GlobalKey(); ... ChipsInput(...
Sorry for the delay on this guys. Using a `ChipsController` as I'm planning to will create quite a bit of breaking changes, hence I'm working on this in version 2...
Thanks for your suggestion @lewcianci. We'll consider including this.