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

AutocompleteBox: cursor jump to the end of text when editing #56

Open
Se7enleaves opened this issue Sep 17, 2021 · 0 comments
Open

AutocompleteBox: cursor jump to the end of text when editing #56

Se7enleaves opened this issue Sep 17, 2021 · 0 comments

Comments

@Se7enleaves
Copy link

IsTextAutoCompletionEnabled=True
Filtermode=Contains

When the autocompletebox starts to autocomplete based on the input text, the cursor would jump to the end of the text after typing in one letter if the user move the cursor to the middle of the text and try to edit the text.

For instance,

For a input text of ‘TEXT’, the returned autocomplete is ‘TEXTAUTOCOMPLETE’.

If I want to add ‘123’ in between ‘TEXT’ and ‘AUTOCOMPLTE’ by moving the cursor to right after ‘TEXT’.
When typing in ‘123’, ‘TEXT1AUTOCOMPLETE23’ would be the result due to the jump of cursor.

The problem doesn’t occur if users select a autocomplete item from the lists then make changes to the selected result.

Could you fix the problem?

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

No branches or pull requests

1 participant