Completed
Last Updated: 23 Jul 2024 11:25 by ADMIN
Release 2024 Q3 (Aug)
Preston
Created on: 16 Jul 2024 12:22
Category: NumericTextBox
Type: Bug Report
0
NumericTextbox.setOptions does not change step validation when restrictDecimals: true
setOptions() for numericTextboxes with restrict decimals set to true does not change the decimals setting. After clicking the Change Decimal button the display format correctly changes to 3 decimal places, but typing is still restricted to the original setting of 2.

 

Reproduction steps:

1) open the dojo https://dojo.telerik.com/uKECIxUv based on https://docs.telerik.com/kendo-ui/knowledge-base/numerictextbox-decimals-precision-runtime-change

2) (important) trigger the validation - e.g. try to type more decimals than the initial

3) Click the Change decimal button

Actual:

You can enter 2 decimals max

Expected:

You can enter 3 decimals max


0 comments