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

Search button text focus bug #2462

Open
1 task done
jingfeng-cheah opened this issue Feb 5, 2025 · 2 comments
Open
1 task done

Search button text focus bug #2462

jingfeng-cheah opened this issue Feb 5, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jingfeng-cheah
Copy link

Have you checked for an existing issue?

Flutter Quill Version

10.8.5

Steps to Reproduce

  1. Type some text in the editor
  2. Click on the search button and keep on typing in the search bar

Expected results

The cursor should stay in the search bar as the user types the word that he/she want to search.

Actual results

Halfway while typing in the search bar, the cursor will suddenly jump into the editor and the user ends up typing inside the editor instead of the search bar.

Additional Context

I am using Flutter Web.
@jingfeng-cheah jingfeng-cheah added the bug Something isn't working label Feb 5, 2025
@Esnoan
Copy link

Esnoan commented Mar 18, 2025

Have you had any luck finding a way to solve this? I have the same problem.

@jingfeng-cheah
Copy link
Author

I added autofocus: true and onSubmitted: (value) => _moveToNext() to the textfield inside their source code, seems to do the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants