It appears some of my website\'s users are experiencing issues when attempting to insert values into input fields of type number with the step attribute set.
I am usi
I ran into the same issue and adding step="any" at the field level fixed the issue for me.
step="any"