Changes between Initial Version and Version 1 of Ticket #32559, comment 15
- Timestamp:
- Jan 26, 2022, 5:38:46 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32559, comment 15
initial v1 5 5 > This introduces a regression from 7ec2a21be15af5b2c7513482c3bcfdd1e12782ed. 6 6 > 7 > We need a selenium test to cover it , butif I create an `<input type="number" />` without the `step` specified at all, I can't enter a non-integer value, such as `0.5` without triggering the browser validation (''Enter a valid value'').7 > We need a selenium test to cover it but, if I create an `<input type="number" />` without the `step` specified at all, I can't enter a non-integer value, such as `0.5` without triggering the browser validation (''Enter a valid value''). 8 8 > 9 9 > This ties in with [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#step MDN docs for step]: