@nunof Thanks for the report! I was able to replicate and am working on a fix. In the meantime, you can use accept=”image/*,video/*“ to bypass the internal validation, then filter and accept files with the proper file extensions in the `change` event callback.
@nunof we recently released a fix for this! You should be able to use the accept value you originally used (accept=".jpg,.jpeg,.png,.gif,.webp,.mp4,.mov,.webm").