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

Tab ordering/control in TextField #618

Closed
DevFromDownUnder opened this issue Mar 14, 2024 · 2 comments
Closed

Tab ordering/control in TextField #618

DevFromDownUnder opened this issue Mar 14, 2024 · 2 comments
Labels
control-textfield enhancement New feature or request
Milestone

Comments

@DevFromDownUnder
Copy link
Contributor

Not sure if this would be an easy one to fix with the way MAUI is currently (i.e. no such thing as tabstops anymore).

If you have AllowClear enabled, tabing within the text field changes the focus to the clear button instead of the next control.
i.e. If you want to tab to the next field for entry, you have to tab twice

This breaks up the workflow and I have just been avoiding the clear button because of it.

@enisn enisn added enhancement New feature or request control-textfield labels Mar 19, 2024
@enisn enisn added this to the v2.8 milestone Mar 19, 2024
@enisn
Copy link
Owner

enisn commented Mar 19, 2024

It seems TabIndex was removed from MAUI with PR dotnet/maui#1646

I'll take a look at it to find out what can be done.

@DevFromDownUnder
Copy link
Contributor Author

Got a PR for this.

Not perfect but good enough.

Waiting on #634 PR to be incorped

DevFromDownUnder pushed a commit to DevFromDownUnder/UraniumUI that referenced this issue Mar 24, 2024
Limited by MAUI's functionality, will update focus to the next control
DevFromDownUnder pushed a commit to DevFromDownUnder/UraniumUI that referenced this issue Mar 24, 2024
Limited by MAUI's functionality, will update focus to the next control
DevFromDownUnder added a commit to DevFromDownUnder/UraniumUI that referenced this issue Mar 25, 2024
enisn added a commit to DevFromDownUnder/UraniumUI that referenced this issue Mar 28, 2024
DevFromDownUnder added a commit to DevFromDownUnder/UraniumUI that referenced this issue Apr 1, 2024
enisn added a commit to DevFromDownUnder/UraniumUI that referenced this issue Apr 3, 2024
enisn added a commit that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control-textfield enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants