Textarea not showing content and having JS errors
I have Textarea component in a form, when the page loads, the content of Textarea shows a split second and then Textarea is empty. If I type in anything its there and saving it works and I can see the data in db but when I load the form again the Textarea is empty.
This is not happening on my local machine but only on server. Attached is the screenshot of the error I am seeing in browser console on form load.
Forms\Components\Textarea::make('my_template'),
Laravel v11 + Filament v3Solution:Jump to solution
@Leandro Ferreira I am sorry, I was using v3.0 stable and found this issue, but when I upgraded to v3.2 it all worked well.
5 Replies
any fix yet ?
did you add
$this->form->fill()
in the mount method?
Are you using a statePath?Solution
@Leandro Ferreira I am sorry, I was using v3.0 stable and found this issue, but when I upgraded to v3.2 it all worked well.
+1