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
Describe the bug
After providing ".jpg" as accept props, we are able to upload file of any type. So there is no restrictions of file type provide by default as in plain html input field.
To Reproduce
Steps to reproduce the current behaviour:
Component
FwFileUploader
Describe the bug
After providing ".jpg" as accept props, we are able to upload file of any type. So there is no restrictions of file type provide by default as in plain html input field.
To Reproduce
Steps to reproduce the current behaviour:
Expected behaviour
The selection should be restricted based on accept props value.
The text was updated successfully, but these errors were encountered: