F
Filament2mo ago
aldec

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)
Solution:
The update from 4.1.3 to 4.1.6 fixed it
Jump to solution
5 Replies
Dennis Koch
Dennis Koch2mo ago
Is this a custom page or a resource create/edit page?
aldec
aldecOP2mo ago
This is a normal resource create/edit page
Dennis Koch
Dennis Koch2mo ago
Can you try updating to the latest version (4.1.6)?
lukaveck1
lukaveck12mo ago
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
aldec
aldec2mo ago
The update from 4.1.3 to 4.1.6 fixed it

Did you find this page helpful?