FilamentF
Filamentβ€’3y ago
derpoho

Textarea maxLength not working within Wizard?

I have a Textarea within a 3-step wizard, is it intended that maxLength/minLength are not rendered, i tracked it down to the !$isConcealed() call in the textarea view. it returns false when inside a wizard, but true if outside.

am i missing something or is this intended. If so, why? πŸ˜‰

i solved it temporarily by adding ->extraInputAttributes(['maxlength' => 300]), which works, but not perfect!
Was this page helpful?