flutter_chips_input
flutter_chips_input copied to clipboard
After version 2.0.0 can only enter a single character
With change to version 2.0.0, only one character is shown in the chips input, if you type more letters, the most recent character is shown but still only 1 character.
For example, I want to search for mark.
I type m and m shows in the box, then I type a and the box should show ma but instead it will show a, with the a replacing the m, and so on...
I am also seeing this issue
I got the same issue! Does anyone have solutions?