rich editor not displaying input field while embedded in Livewire component
I simply cut/paste from filament docs and inserted into an existing Livewire component. Everything works but there is not display of the Rich Editor text area input. The toolbar is there. All other form types (text input, radio, check) are displayed and working. Dev tools shows no js issues.
What on earth am I missing?
2 Replies
Have you setup a custom theme?
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
No. And styling of other form elements seems to be working so it’s using proper CSS.