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
AFAIK there is not demo of a File Input and it turns out to be doable but a little tricky ( #647 )
This is not a v0.x issue.
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
File inputs should be as easy as the other types of input.
Current Behavior 😯
Currently, TextInputs and Buttons have Demos, but using a file input does not.
Examples 🌈
Just a standard material-ui button (raised, flat, etc.) that accepts a file input. Does not need to handle a "Drag n Drop", it should just launch the file browser on click.
Context 🔦
I would like to replace Dropzone with a simple material-ui styled upload button -- dropzone appears to be becoming less maintained.
The text was updated successfully, but these errors were encountered:
AFAIK there is not demo of a File Input and it turns out to be doable but a little tricky ( #647 )
Expected Behavior 🤔
File inputs should be as easy as the other types of input.
Current Behavior 😯
Currently, TextInputs and Buttons have Demos, but using a file input does not.
Examples 🌈
Just a standard material-ui button (raised, flat, etc.) that accepts a file input. Does not need to handle a "Drag n Drop", it should just launch the file browser on click.
Context 🔦
I would like to replace Dropzone with a simple material-ui styled upload button -- dropzone appears to be becoming less maintained.
The text was updated successfully, but these errors were encountered: