mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.63k stars 131 forks source link

[BUG] Image Upload Plugin should only accept images files. #413

Closed ajboni closed 3 months ago

ajboni commented 3 months ago

A user can select any type of file in the file dialog, by default it the upload button should had an accept attribute, something like:

<input type="file" accept=".jpg, .png, .jpeg, .gif, .bmp, .tif, .tiff|image/*">

and/or have a prop to customize it.

Workarounds

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 2.20.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 2.20.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: