F
Filament17mo ago
Sarah

RichEditor display issue

I've created a Form on my site and added just a TextInput and RichEditor but the RichEditor is not displaying properly and I can't figure out why. Thanks.
No description
6 Replies
toeknee
toeknee17mo ago
The rich editor expands as you type, is that what you mean?
Sarah
SarahOP17mo ago
No, I think it should be bigger than that and I can't type in at all. It's like the whole text entry section isn't there.
toeknee
toeknee17mo ago
Your submit button is missing styling too
Sarah
SarahOP17mo ago
I've checked the panel and it works fine in there, just not in the standalone form.
LeandroFerreira
LeandroFerreira17mo ago
Console errors? Did you do $this->form->fill() in the mount method?
Sarah
SarahOP17mo ago
Yes I did. I have this console error: Uncaught (in promise) TypeError: i is not a function

Did you find this page helpful?