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
toeknee2y ago
The rich editor expands as you type, is that what you mean?
Sarah
SarahOP2y 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
toeknee2y ago
Your submit button is missing styling too
Sarah
SarahOP2y ago
I've checked the panel and it works fine in there, just not in the standalone form.
LeandroFerreira
Console errors? Did you do $this->form->fill() in the mount method?
Sarah
SarahOP2y ago
Yes I did. I have this console error: Uncaught (in promise) TypeError: i is not a function

Did you find this page helpful?