In terms of the state of the input itself, is there a reason I shouldn't create an input with an on-change that updates my application state, while not binding anything to its value property? Could a re-rendering somehow result in loss of the input's value?
I don't need to set it with a default value. I don't need to preserve its state beyond a single form submission.