w3c / input-events

Input Events
https://w3c.github.io/input-events/
Other
23 stars 16 forks source link

inputType not specified for the input type="number" 'step up/down' event #132

Open adarkforce opened 2 years ago

adarkforce commented 2 years ago

Hi,

I came across this incongruence answering this stack overflow question -> https://stackoverflow.com/a/70901292/17524088

According to the current inputType values specification https://rawgit.com/w3c/input-events/v1/index.html#interface-InputEvent-Attributes , the inputEvent for the step up/down event of the number input field is not specified.

Looking forward to know if it will be the case.