Html – Can not remove decimal from number input field. Is it a bug?
There is an input field with the type="number" loaded with default decimal value. When I want to remove the decimal and submit the form, It gives me validation error (on Chrome) and forces to use decimal. Should I use any…