We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is fairly standard behavior across OSes and UI toolkits. We should aim to support it.
Yes, by extending Entry to override Tapped and implementing the behavior yourself
Triple clicking in the entry should select all text in a single line entry, or all of the current line in a multi-line entry
The text was updated successfully, but these errors were encountered:
Yeah this is good. I'm not sure if we need to do this with actual triple click implementation or through baking it in to just Entry?
Sorry, something went wrong.
I think baking it into entry is probably fine. 99% of widgets won't need a triple click interaction
Added on develop
No branches or pull requests
Checklist
Is your feature request related to a problem?
This is fairly standard behavior across OSes and UI toolkits. We should aim to support it.
Is it possible to construct a solution with the existing API?
Yes, by extending Entry to override Tapped and implementing the behavior yourself
Describe the solution you'd like to see.
Triple clicking in the entry should select all text in a single line entry, or all of the current line in a multi-line entry
The text was updated successfully, but these errors were encountered: