Unplanned
Last Updated: 20 May 2024 13:23 by Shannon
Shannon
Created on: 20 May 2024 13:23
Category: MaskedTextBox
Type: Bug Report
1
If no Mask is specified and the user has typed some value, the cursor is moved at the beginning upon further focus

When the user enters a value, clicks out of the Masked Textbox and then back into it, the cursor is placed at the beginning of the input rather than at the end of the value.

This issue only happens when:

  • The MaskedTextBox does not have a mask specified.
  • The MaskedTextBox does not have an initial value.

Reproduction: https://blazorrepl.telerik.com/meEpmEbR20id24Ss02

0 comments