Fork me on GitHub
#reactive
<
2017-04-27
>
jebberjeb16:04:08

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?

jebberjeb16:04:58

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