flutter_chips_input
flutter_chips_input copied to clipboard
Web version loses focus when typing
I upgraded from v1.8.2 to v1.9.4. In the webversion of my application I can't type a word because the input seems to loose focus every time I type a single character. When I tap/click in the input field I can again type one character. On the android version of the same application all seems to go fine.
@nsoeffers I can confirm this bug 🐞 . No idea why yet.
To be clear, you are saying that this was working in the Web with version 1.8.2?
Confirmed that this is related to #34. In the meantime, you may try using version 1.9.3 (which does not include #34 fix) for Web. Ultimately, we need a solution that will work for every platform. (Web support is still beta.)
We are also facing the same bug in latest version flutter_chips_input: ^1.10.0 for web.
@awhitford FYI: The issue is also re-produced & there for v1.8.2 as well.
Kindly provide the way/update to fix this issue. It's un-usable for web otherwise.
@awhitford Thank you so much for the great package. I am also facing this issue in web application. Any updates on this issue?
Any news on this issue, or a workaround.
Any workaround found so far?
I don't recall which open PR resolved this, but I've forked this repo and merged everything, which fixed this and most other issues as well. See nlfiedler/choose_input_chips
I don't recall which open PR resolved this, but I've forked this repo and merged everything, which fixed this and most other issues as well. See nlfiedler/choose_input_chips
Thanks. Your package is working great!