flutter_chips_input
flutter_chips_input copied to clipboard
Fix iOS Keyboard Entry Jitter
In order to fix the bug preventing continuous typing in iOS with Flutter 2.5.x, added an explicit call to TextInputConnection.show()
each time it's reinitialized or else users have to re-tap/focus the input after each character (which also causes the keyboard to disappear after each character typed).
fixes #97
Hi @danvick I need this PR merged and published to your package. Can you review this PR? Thank you for @brianlenz has been solved this issue.
Not sure this is being maintained. Maybe make a new package and publish?
There was a recent update so the package is being maintained. @danvick Can you please review and merge this?
@danvick Can you review and merge, this is key to the package.