flutter_chips_input
flutter_chips_input copied to clipboard
Cannot delete the initial value with normal delete button keyboard
I just use this package with v.2.0. I cannot delete the initial value with the standard method but when I long-press the delete button for around 2-3 sec. so, it can be deleted. but it was so strange. Can anybody help?
Device used to debug: Samsung S20+ with Android11
@pondkiller Actually its issue in package you have to edit package for this. Add following line in init method after that you can delete initial value using backspace _updateTextInputState(replaceText: true);