Docs (4.0.0)
class UIFormContext method

emitFormChange

Emits a FormChange change event on this object.

emitFormChange(): void

Notes

  • This method is called automatically when setting or removing form fields. After emitting a change event, existing bindings for values or errors should be updated automatically.

Related