diff --git a/docs/assets/docs/v8/form-component/form-component_en.md b/docs/assets/docs/v8/form-component/form-component_en.md index 1b9bf704..88f9cd5f 100644 --- a/docs/assets/docs/v8/form-component/form-component_en.md +++ b/docs/assets/docs/v8/form-component/form-component_en.md @@ -124,6 +124,10 @@ See [Custom Loading](../../v8/custom-loading/custom-loading_en.md). The event called after form generation complete. The generated `UntypedFormGroup` will be emitted. +### onChange + +The event of form value when it's changed by user. + ### optionsLoaded The event called after all of the options are loaded. diff --git a/docs/assets/docs/v8/form-component/form-component_zh-TW.md b/docs/assets/docs/v8/form-component/form-component_zh-TW.md index 247832e0..7b27dd5f 100644 --- a/docs/assets/docs/v8/form-component/form-component_zh-TW.md +++ b/docs/assets/docs/v8/form-component/form-component_zh-TW.md @@ -124,6 +124,10 @@ submit(): void { 當表單生成完畢時觸發的事件,並將生成的 `UntypeFormGroup` 發送出去。 +### onChange + +用戶行為導致的表單的值變化事件。 + ### optionsLoaded 當所有選項載入完成後觸發。 diff --git a/docs/docs/conditions/conditions_en.md/index.html b/docs/docs/conditions/conditions_en.md/index.html index db414e0e..8b433a25 100644 --- a/docs/docs/conditions/conditions_en.md/index.html +++ b/docs/docs/conditions/conditions_en.md/index.html @@ -190,6 +190,6 @@