Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

How to mention a red asterisk in the label for telling the user that the input is compulsory before clicking the button. #215

Closed shvamabps closed 3 years ago

shvamabps commented 3 years ago

Is it possible to use inline CSS by which one can modify the label attribute of the form?

nylon22 commented 3 years ago

Hi @shvamabps the prop type for label is a node, meaning you can pass in any JSX for the label prop, including a red asterisk.

shvamabps commented 3 years ago

@nylon22 thanks for the solution. It worked