Open asliwinski opened 6 years ago
Hi currently we are using mimetype returned from api to validate accept attribute, alt attribute is only showing in error message. Example: https://jsfiddle.net/u037w48k/
This still occurs in the latest version.
For a user there is no way to know which image type is accepted or not. It would be nice if the accept
parameter is taken into account and the unaccepted images are either removed or grayed out
filestack-js v. latest
When I try to pick an image from a web search result, what gets validated agains my
accept
array is thealt
attribute ofimg
element instead ofsrc
(filename), for example:This does not occur in older versions (e.g. 0.11.4)