Open
Description
Description
It would be great if the form component could emit an update event if the state has changed.
While we could also use a watcher on the state in most cases, in some cases this can trigger a false positive based the current implementation. This could be prevented by emitting a dedicated change event.
Additional context
No response