<form action=""> <input type="number" required="" min=0 step="0.01" > <button>click</button> </form> I make a withdrawal of currency, taking into account kopecks, then the last 2 decimal places (with a full stop or comma). In chrome, everything works out perfectly, for example, I enter 5.555 or 5.555, validation does not allow it, in 5.555 it does not allow BUT 5,555 to validate. How to solve this problem?