Rich Editor escaping its own HTML
Hi all,
I'm trying to add a Rich Editor to my form, but after saving the data in the database is escaped.
It's already escaped when i dd() at EditRecord#148.
Because of this the Rich Editor shows as attached after saving.
Anybody else had this issue? If so, how can I fix this?
Thanks in advance!
I'm trying to add a Rich Editor to my form, but after saving the data in the database is escaped.
It's already escaped when i dd() at EditRecord#148.
Because of this the Rich Editor shows as attached after saving.
Anybody else had this issue? If so, how can I fix this?
Thanks in advance!

Solution
Never mind @Alnuaimi and others: I found a global Laravel middleware messing with the payload and escaping characters like this.
I thought Filament had its own middlewares only, but apparently a base layer of middleware of Laravel is also applied.
Thanks for your help.
I thought Filament had its own middlewares only, but apparently a base layer of middleware of Laravel is also applied.
Thanks for your help.