The reference documentation notes the following:
updateOn: a string that specifies which event should be bound to the input. Multiple events can be set using a space delimited list. There is also a special 'default' event that aligns with the default events of the control.
The documentation lists a few events such as blur
, default
, and submit
. Are there any additional events not mentioned here? Is there a comprehensive list available somewhere?