React: Remove direct DOM manipulation
Turn the `<input>` into a [Controlled Component](https://facebook.github.io/react/docs/forms.html#controlled-components) and avoid fiddling with the DOM in an imperative way.
Showing
Please register or sign in to comment