sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
275 stars 35 forks source link

How to add the shrinking MUI title to RichTextField #242

Open macmartins opened 1 month ago

macmartins commented 1 month ago

Hello! Quick question: Is there a way to add the shrinking title just like on MUI TextField?

sjdemartini commented 1 month ago

I assume you're referring to the label of the MUI TextField, which shrinks and moves above the field. There is not a way to achieve that directly out of the box with mui-tiptap currently.

This is somewhat related to https://github.com/sjdemartini/mui-tiptap/issues/229