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
@oss92 Apologies for the late reply! I've been traveling this past week.
Our goal is to keep the core MUI library as lightweight as possible and support other components via a plugin system. We haven't started working the plugin system yet but if this is something you'd like to look into, let me know.
No prob! Adding "file" to the list would imply that the MUI <Input> component supports file uploading. To use the browser's built-in file upload component you can ignore the MUI component and use the native <input type="file"> element instead.
Extending the
Input
to include file uploading would be nice.What I get now is a warning
Failed propType: Invalid prop
typeof value
filesupplied to
Input, expected one of ["text","email","url","tel","password"].
Perhaps this could help (Dropify) or this Codepen sample
The text was updated successfully, but these errors were encountered: