Intern — Senior
Controlled input element
livecode
Task condition
It is necessary to implement a controlled input element and get the value from an uncontrolled one.
<div className="App">
<input placeholder="Controlled" />
<input placeholder="Uncontrolled" />
<button>Get value</button>
</div>