Textarea has border-none class
Anyone know why the textarea component has border-none on it? I've tried overriding it with extra attributes/inputs but no luck, it just sits in the form without a border
1 Reply
Just realised that the border only disappears when ->required() is used, but appears without it
Strange