You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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!
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)?
The text was updated successfully, but these errors were encountered: