Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(InputMasked): correct cursor position when navigating using keybo…
…ard (#3160) If you are tabbing into an `InputMasked` field which is partially filled and then uses your keyboard to un-select it by clicking your right arrow key, your input is ignored. **Steps to reproduce:** 1. Partially fill an InputMasked field 2. Tab out of the field (Click <kbd>Tab</kbd>) 3. Tab back to the field (Click <kbd>Shift</kbd>+<kbd>Tab</kbd>) 4. Unselect by moving the cursor to the end of the text (Click <kbd>Right Arrow</kbd>) 5. Trying to continue filling out the value is ignored **Work around:** Set the `show_guide` property to `false` --------- Co-authored-by: Tobias Høegh <tobias@tujo.no>
- Loading branch information