Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard backspace not registered #123

Open
Mihai-B opened this issue Jul 31, 2022 · 1 comment
Open

Keyboard backspace not registered #123

Mihai-B opened this issue Jul 31, 2022 · 1 comment

Comments

@Mihai-B
Copy link

Mihai-B commented Jul 31, 2022

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.

@joeatnovvia
Copy link

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 #104 #102 #97 #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants