You get a bonus - 1 coin for daily activity. Now you have 1 coin

How do you use the React label element? in REACT

Practice



If you try to render a

<label>
element bound to a text input using the standard
for
attribute, it produces HTML in which that attribute is missing, and prints a warning to the console.
<label for={'user'}>{'User'}</label>
<input type={'text'} id={'user'} />
Since for
is a reserved keyword in JavaScript, use htmlFor

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"

Terms: Scripting client side JavaScript, jqvery, BackBone