Skip to content
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

Issue: Cursor always jumps back to beginning of text when a hashtag is inserted #54

Open
TMorrisNordhaugr opened this issue Dec 10, 2020 · 1 comment

Comments

@TMorrisNordhaugr
Copy link

Hello

I'm using Flutter Web and using the hashtagable field as follows:

child: HashTagTextField( decoratedStyle: TextStyle(color: blue), decorateAtSign: true, autofocus: true, minLines: 5, maxLines: 7, controller: _content, )

When typing text without any hashtags or @ signs in the field behaves as normal. However as soon as I add a hashtag or @ sign the cursor jumps to the beginning of the text and stays there no matter where I click in the textfield.

Thank you for any help

Trudi

@santa112358
Copy link
Owner

@TMorrisNordhaugr
Thank you for the report. The cause is using on flutter web, but I haven't found the solution yet. Please wait till I update🙏

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

No branches or pull requests

2 participants