Textarea autoSize after save or error

I'm trying to make my textarea autosize. Everything works fine upon rendering, but if I save the form or encounter an error, the textarea does not autosize and shrinks to 2 rows.

Basic form :
Textarea::make('textarea_input_test')
    ->autosize(),


I see some other declared issue but not work.
Solution
There’s an open PR that will fix this when it’s merged.
Was this page helpful?