Skip to content

fix: fix a bug where the input text was determined unintentionally #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryohei-kamiya
Copy link

Hey, guys.

I noticed some inconvenient behavior in FlutterFlow's standard chat. The behavior is that when users enter multibyte characters, they are unable to enter the characters as intended. Even if I try to input "テスト (=Japanese word that means test in English)", it will be converted to "tエスト" or "tスト". Please watch the following video for details.

before.mov

This is a video of the app screen that was built from the downloaded code using an HTML renderer for the web.
Similar behavior can be observed when checking in TestMode.

behavior-in-TestMode.mov

By making the changes in this pull request, users will be able to enter the characters they intended, as shown in the video below.

after.mov

Please review this pull request and merge it if there are no problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant