Changes between Initial Version and Version 1 of Ticket #32559, comment 15


Ignore:
Timestamp:
Jan 26, 2022, 5:38:46 AM (2 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32559, comment 15

    initial v1  
    55> This introduces a regression from 7ec2a21be15af5b2c7513482c3bcfdd1e12782ed.
    66>
    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'').
     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'').
    88>
    99> This ties in with [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#step MDN docs for step]:
Back to Top