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
shvamabps commented
Is it possible to use inline CSS by which one can modify the label attribute of the form?
nylon22 commented
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.