I've created a number-field in AEM(6.4) touch UI dialog.
I've added step property 0.1
. I've tried using 0.01 & 0.001
as well.
But for certain numbers, without any pattern, it doesn't allows to select them.
Dialog/Number fields gives validation error AND DOESN'T ALLOWS TO CLOSE THE DIALOG.
Concerning the issue,
Using step-String-0.0002
allows me to enter a decimal value up to 3 places and shows validation error beyond that.
Now, using step-String-any
. Although, it's step value is 1, but allows me to enter any decimal value.
Updated: In the above scenarios, a step used as String or double yields the same result