Everyone seems to be creating new duplicate threads. To try and explain the issue some of you are having, it’s because you are changing the value of an input by just manipulating it in the DOM which doesn’t change the state of the component, or Redux store for the component using that. So if you want to do it properly you should read up on React.