reactive

2017-04-27T16:52:08.284023Z

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?

2017-04-27T16:52:58.302450Z

I don't need to set it with a default value. I don't need to preserve its state beyond a single form submission.