react-bootstrap-validation icon indicating copy to clipboard operation
react-bootstrap-validation copied to clipboard

Label not clickable on form?

Open francescogreppi opened this issue 9 years ago • 1 comments

Is there any way to add the attribute 'for' to the label in <ValidatedInput/>?

francescogreppi avatar Jul 07 '16 11:07 francescogreppi

If you give the input an id it will add the for attribute matching the id provided.

TheSharpieOne avatar Jul 07 '16 12:07 TheSharpieOne