Skip to content

fix(masked input): highlight selected text#5496

Closed
TomJGooding wants to merge 6 commits intoTextualize:mainfrom
TomJGooding:fix-masked-input-highlight-selected-text
Closed

fix(masked input): highlight selected text#5496
TomJGooding wants to merge 6 commits intoTextualize:mainfrom
TomJGooding:fix-masked-input-highlight-selected-text

Conversation

@TomJGooding
Copy link
Copy Markdown
Collaborator

Fixes #5495.

Please review the following checklist.

  • Docstrings on all new or modified functions / classes
  • Updated documentation
  • Updated CHANGELOG.md (where appropriate)

Fix selecting left & right 'words' in the `MaskedInput`, where 'words'
are defined by the template separators.

These key bindings are inherited from the updated `Input` widget, but
the overridden methods in `MaskedInput` were not updated to reflect these
changes.
@TomJGooding
Copy link
Copy Markdown
Collaborator Author

Superseded by #6287

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

Successfully merging this pull request may close these issues.

MaskedInput does not highlight the selected text

1 participant