flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Web version loses focus when typing

Open nsoeffers opened this issue 5 years ago • 8 comments
trafficstars

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 avatar Nov 08 '20 09:11 nsoeffers

@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?

awhitford avatar Nov 08 '20 23:11 awhitford

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.)

awhitford avatar Nov 09 '20 00:11 awhitford

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.

hiteshsapra avatar Sep 05 '21 17:09 hiteshsapra

@awhitford Thank you so much for the great package. I am also facing this issue in web application. Any updates on this issue?

AscentionOne avatar Nov 16 '21 09:11 AscentionOne

Any news on this issue, or a workaround.

LutfiGarzon avatar Jan 16 '22 15:01 LutfiGarzon

Any workaround found so far?

julius-stuemmler avatar May 25 '23 09:05 julius-stuemmler

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

nlfiedler avatar May 25 '23 17:05 nlfiedler

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!

julius-stuemmler avatar May 26 '23 16:05 julius-stuemmler