- Add a TextBox on a form
- Set the text to “12.34”
- Set the type to “number”
- Run the app
- Press backspace to delete the last digit → the tooltip says “Please enter a valid value. The two nearest valid values are 11.34 and 12.34”
Setting the type to “number” should either allow any float or only integers.
As is it looks like it is suggesting to enter any float with an integer difference with the default value, but it still accepts any float.
I am using Chrome on Windows.
The workaround is to set the tooltip to a space.