flutter_chips_input
flutter_chips_input copied to clipboard
How to not dismiss the suggestion list while choosing many suggestion at a time
The default behaviour is that after tapped on one suggestion in the list , the list collapses/closes which I don't want that to happen, I want that the user can select multiple chips at a time without the list collapsing. Any help?