Skip to content

Fix issue with cursor position being set when tabbing into an input control.

When a field has a prefix and the user presses tab to move into an input field, the entire contents are selected. The code used to set the cursor position to right after the prefix, but this deselects the entire field, so the user can't type over the top of the value.

Merge request reports

Loading