flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Cannot delete the initial value with normal delete button keyboard

Open pondkiller opened this issue 3 years ago • 1 comments

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 avatar Jun 19 '22 15:06 pondkiller

@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);

dikshit-logiciel avatar Dec 19 '22 12:12 dikshit-logiciel