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
I would like to request for adding support for type="file" for MatInput. So currently Angular material does not have a file chooser meaning I have to use an external library which is not great. I tried using
and an error message was displayed showing "Input type "file" isn't supported by matInput."
Will it be possible to add support for type file or create a file chooser component?
Use Case
A typical use case is where I want to upload files. Currently there's no way to do this using angular material because Angular material does not have a file chooser component. So we could.
Add support for type="file"
You could create a component which will support file uploads