flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Keyboard backspace not registered

Open Mihai-B opened this issue 2 years ago • 1 comments

First of all, very nice package. Work very well on mobile, but on desktop(using android with keyboard and mouse), I do have a strange issue and I can't really find a solution for it. So if I type using the keyboard, it works fine, but if I press the backspace, the input is not registered. Using a on display keyboard and pressing the backspace works with no issues. I do want to mention that on a normal flutter input, the backspace works fine.

Can you guys give have a look at this or at least give me some ideas where to look as I tried to debug the code but can't really find why the backspace is not working.

Mihai-B avatar Jul 31 '22 22:07 Mihai-B

Hey, if you look at the history of issues there are some fixes for keyboards: #104 : "The above proposed solution, together with the solutions for issues https://github.com/danvick/flutter_chips_input/issues/104 https://github.com/danvick/flutter_chips_input/issues/102 https://github.com/danvick/flutter_chips_input/issues/97 https://github.com/danvick/flutter_chips_input/issues/95 is available below and hopefully it will be merged with the master some time in the future. Until then use the following in your pubspec.yaml

flutter_chips_input: git: https://github.com/jozes/flutter_chips_input.git"

You may want to try that out and see if it helps? I tried it and it corrected some of the issues with the Samsung keyboards, but not all of them.

joeatnovvia avatar Aug 04 '22 15:08 joeatnovvia