kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

MaskedTextBox mask doesn't work correctly with promptChar: "" or " "

Open kendo-bot opened this issue 3 years ago • 1 comments

  1. Navigate to: https://dojo.telerik.com/OpuQureX

  2. Enter a space in maskedtextbox

Result: space is accepted as a valid character

Expected: space should be prevented

Workaround: Use '\u2000' for promptChar instead of space

kendo-bot avatar Nov 17 '21 08:11 kendo-bot