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
am i missing something or is this intended. If so, why?
i solved it temporarily by adding
!$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!