sarbagyastha / flutter_tagging

A TextField flutter package with tagging functionality.
BSD 3-Clause "New" or "Revised" License
148 stars 53 forks source link

Auto unfocus in Android 11 #26

Open ahkela21 opened 3 years ago

ahkela21 commented 3 years ago

When trying to focus the field when there is no any field is being focused previously, the field will auto unfocus and hide the keyboard by itself

And the problem only happen in Android 11

Any solution for this ?

BenPoell commented 3 years ago

Having the same issue here, didn't find a solution yet.

valcodeagile commented 3 years ago

I have the same problem with android 11, any solution?

14mohamedahmed commented 3 years ago

still having the same error on android 11, any solution?

Minsamin commented 3 years ago

I have the same issue with android 11, please provide a solution for non-null safety version also? I'm using flutter_tagging: ^2.2.0+3

jmroman7 commented 3 years ago

I have the same error with Android 11, I need some help.

auric-co commented 3 years ago

Same problem, any solutions yet

asharayub50 commented 2 years ago

Does someone know any alternative for this package?

asharayub50 commented 2 years ago

I've found a solution! in the TextFieldConfiguration widget inside FlutterTagging, set the textInputAction property to : TextInputAction.continueAction. And don't use conditional statements in hintText and labelText.