Open bojjenclon opened 8 years ago
Currently, MUI doesn't support special styling for HTML5 number input fields. Our goal is to keep the core library as simple and as small as possible so we've tried to keep to the basics (containers, panels, buttons, text inputs, typography, etc.). However, in the future we plan to add a plugin architecture to make it easy to build and share MUI extensions. If this is something you're interested in being a part of let me know!
Do you have a preferred contact method where we could talk a little more in depth about what contributing would entail?
Sure! Email us at contact@muicss.com
When looking through the documentation for form elements, I noticed there isn't anything for an HTML5 number input field. Simply switching the input tag to type="number" works fine for actually receiving data from the user, but the spinners that appear are largely out of place compared to the rest of the styling provided by MUI. Will support for these input types be added (or possibly already exists and I'm just not aware of how to use it)?