Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Favorite React Quantity Selector?
1 point by davidajackson on May 22, 2022 | hide | past | favorite | 1 comment
I'm looking for a quantity selector to use with React. Something a bit more fancy than just a textfield/numpad/ thoughts?


Depends on your use case really. Quantity of what? What's the most common quantity to be selected here? How many values to display, and so on.

There is not one widget that fits all use cases. If you want to select the quantity of wheels that needs changing on a car for example, then you only need 0<>4, as just one example.

Otherwise, I also default to <input type=number /> and build on that if it's needed, as it's both more accessible and is often enough with very minor edits on top of it.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: