Availity/availity-reactstrap-validation

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

shvamabps opened this issue · 2 comments

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

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.

@nylon22 thanks for the solution. It worked