Keiwen / vue-integer-plusminus

Integer input with increment and decrement buttons for vue 2 - https://keiwen.github.io/vue-integer-plusminus/
18 stars 8 forks source link

Feature/spinbutton #1

Closed codekipple closed 5 years ago

codekipple commented 5 years ago

This component fits well as spinbutton as defined in the WAI-ARIA Authoring Practices 1.1 https://www.w3.org/TR/wai-aria-practices-1.1/#spinbutton

I've implemented the spinbutton pattern based on the spec and their example demo:- https://www.w3.org/TR/wai-aria-practices-1.1/examples/spinbutton/datepicker-spinbuttons.html

Changes

Testing

Things to do

Test the component using JAWS screenreader.

Keiwen commented 5 years ago

Thanks, this make it clean :)