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

Set CursorPosition after suggestion selected #71

Open
GT1902 opened this issue Mar 30, 2020 · 1 comment
Open

Set CursorPosition after suggestion selected #71

GT1902 opened this issue Mar 30, 2020 · 1 comment
Labels
enhancement New feature or request F-AutoSuggestBox Feature: AutoSuggestBox control help wanted Extra attention is needed

Comments

@GT1902
Copy link

GT1902 commented Mar 30, 2020

Hello,

I would like to know if it is possible to set the cursorposition in the textbox to end of the text.

Right now, on android, after I select a suggestion from the list the cursor is set to the beginning and I would like to change that.

Thank in advance!

@dotMorten dotMorten added enhancement New feature or request F-AutoSuggestBox Feature: AutoSuggestBox control help wanted Extra attention is needed labels Mar 30, 2020
@Dirwaz
Copy link

Dirwaz commented Apr 3, 2020

i think this is achievable with a custom render of the control.

in the custom render control you can do this for Android:

https://stackoverflow.com/questions/37010593/how-do-i-change-the-cursor-position-of-an-entry-manually-in-xamarin-forms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request F-AutoSuggestBox Feature: AutoSuggestBox control help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants