neo
neo copied to clipboard
form.field.Text: reset() => enhance the logic to only trigger one vdom update
to do this, we most likely should extract the logic from afterSetValue() into a new method using a silent param. we should also fire the change event at the very end of the reset() call.