Unplanned
Last Updated: 16 Oct 2023 07:57 by ADMIN
Created by: Thomas
Comments: 3
Category: NumericTextBox
Type: Feature Request
1

Hello, 

I am writing Jest tests to ensure my numericTextBox is enabled, and i can't do that easily, because <NumericTextBox/> does not make my data-testid appear in the DOM.

We really want to be writing tests to ensure our components using kendo react perform the right and expected way.

Do you have any alternative to achieve this ?

Thank you

Unplanned
Last Updated: 16 Jan 2023 14:07 by ADMIN
Created by: Pætur Ólavsson
Comments: 1
Category: NumericTextBox
Type: Feature Request
1

When using the NumericTextBox, the default setting is to allow 3 decimals.

If I add the line format="n4", I'll get all decimal numbers filled with zeroes as soon as I enter some data.

 

It would be great if you could add for example "n12" to the line format, so the user can enter up to 12 decimals, but without adding 12 zeroes as soon as some data is entered.