Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL MaskedTextBox is ignored when using decimal separator - adds an extra masked character #5810

Open
kendo-bot opened this issue May 28, 2020 · 0 comments
Labels
C: MaskedTextBox FP: Unplanned Sync status with associated Feedback Item jQuery SEV: Medium

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented May 28, 2020

Bug report

Ticket ID: 1468919

Current behavior

Using a mask "###,###,###,###,### and entering 1000 an additional character appears:

___,___,___,___,_1 then ___,___,___,___,10 then '___,___,___,__,100 then ___,___,___,_100,0

Expected behavior

___,___,___,___,_1 then ___,___,___,___,10 then '___,___,___,__,100 then ___,___,__1,000

Minimal reproduction of the problem with instructions

Dojo

  • Enter 1000
  • see an additional digit with a separator appear as you add the last zero

Environment

kendo version 2020.2.513

@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label May 28, 2020
@ag-petrov ag-petrov added jQuery and removed jQuery1 labels Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: MaskedTextBox FP: Unplanned Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

3 participants