Skip to content

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

Description

@Se7enleaves

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions