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
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.