creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.51k stars 307 forks source link

When Textarea has required attribute no red asterisk is show unlike in Input #541

Closed CroFrank closed 4 months ago

CroFrank commented 6 months ago

<Textarea label="Message" name="message" rows={6} required minLength={3} maxLength={350} />

No automatically added red asterisk in label.

When I make form with inputs and textareas it is added to inputs but not in text area which makes it look inconsistent.