-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
iOS crash when deleting a chip with the keyboard #1
Comments
i am also facing the same issue |
does this issue still exist? |
Yes, it does. |
Disabling composing in the TextEditingValue stops the crash on iOS.
|
fix: iOS crash when deleting a chip with the keyboard #1
Hi all, |
* nullsafety + fix errors * fix for IOS crash #1 * fix invalid composing start * return from fix * fix composing * fix keyboard appear * fix for ios * fix composing for android Co-authored-by: Kulikova Natalia <kulikova_n@tass.ru>
Hi, looks like this has been fixed. I recommend removing the issue from the Package home page, as it looks like it is still a problem? |
Hi all, |
…der_option Add box decoration to suggestions box
Have the same issue, have you find a way to solve this? @dlgrmstf |
Works great! But there's an issue (only in iOS):
When pressing the keyboard's delete key after a chip, the app crashes. This is the log:
I think is a Flutter issue and not a problem with this package because I can replicate this in any TextField when trying to delete this >`< character. But I don't know if you have noticed this and if you know the solution to this crash.
Thanks!
The text was updated successfully, but these errors were encountered: