I'm looking into a textfield multiline that could accept an image as a attachment. Something like this. Is there anything available in Material UI that let me do something like that ?
Asked
Active
Viewed 3,668 times
3
-
1https://github.com/jpuri/React-draft-wysiwyg (though doesn't seem to support attachments) – Nathan Sep 22 '22 at 16:04
-
1https://stackoverflow.com/questions/53610698/how-to-include-attach-file-option-in-react-draft-wysiwyg – Nathan Sep 22 '22 at 16:07
1 Answers
2
Not out of the box. There are some third party libraries though, that implement rich editors and are compatible with mui like this: https://github.com/niuware/mui-rte

Darren Landig
- 46
- 4
-
2Currently, it doesn't work with React ^18.2.0 [issue here](https://github.com/niuware/mui-rte/issues/333) – Pranava Mohan May 18 '23 at 04:38