RichEditor not usable
Hey guys. I am running into a weird issue with the new RichEditor: I can't type in it at all.
* The RichEdtiro renders and I can focus it by clicking toolbar buttons
* But I can't actually type text in the editor
* Also in the browser console I get this error: Uncaught (in promise) SyntaxError: Invalid left-hand side in assignment (at rich-editor.js?v=4.1.3.0:9:18777)
5 Replies
Is this a custom page or a resource create/edit page?
This is a normal resource create/edit page
Can you try updating to the latest version (4.1.6)?
I had same problem https://discord.com/channels/883083792112300104/1420042979787276459 and another guy also https://www.answeroverflow.com/m/1408020261910876220
but how we solved this isn't exactly clear
RichEditor in v4 not working! - Filament
Hi, I have a RichEditor inside a modal from that is fired with an action.
`Action::make('envia_factura')
->icon('heroicon-m-envelope')
->schema([
Grid::make(3)->schema([
TextInput::make('to')->label('Client')->default($this->correus())->columnSpanFull(),
...
Solution
The update from 4.1.3 to 4.1.6 fixed it