Material Design Number Pickers

Hey guys great repo! Was after some suggestions for number pickers. We have a fields across multiple pages which will require the user to choose a number. Would prefer a number picker (especially on mobile) rather than an input field.

Any suggestions would be appreciated.

Cheers.

hi there,

the google material design guideline so far has only specified a “date picker” and a “time picker”: http://www.google.com/design/spec/components/pickers.html, but i think your case can be easily solved by a dropdown menu: http://daemonite.github.io/material/ui-dropdown.html. probably a “button dropdown” with some customised javascript to update the text on the button when an item is “selected”.

ok great. Thanks for the tip :smile: