Skip to content

auth: select all text on double-tap in search field#9766

Open
mariow wants to merge 1 commit intoente-io:mainfrom
mariow:auth/search-double-tap-select-all
Open

auth: select all text on double-tap in search field#9766
mariow wants to merge 1 commit intoente-io:mainfrom
mariow:auth/search-double-tap-select-all

Conversation

@mariow
Copy link
Copy Markdown

@mariow mariow commented Mar 24, 2026

Summary

Wraps the search TextField in a GestureDetector that selects all text when the user double-taps the search input field. This makes it easy to replace the current search query without manually selecting text.

Changes

  • mobile/apps/auth/lib/ui/home_page.dart: Wrapped the search TextField in a GestureDetector with an onDoubleTap handler that sets the TextEditingController selection from offset 0 to the end of the text.

Co-Authored-By: Oz oz-agent@warp.dev

Wrap the search TextField in a GestureDetector that selects all text
when the user double-taps the search input field.

Co-Authored-By: Oz <oz-agent@warp.dev>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 24, 2026

CLA assistant check
All committers have signed the CLA.

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.

2 participants