elclanrs 10 년 전
부모
커밋
97b7ef16c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -539,7 +539,7 @@ Show or hide fields. When the fields are hidden they will be excluded from the v
 $('form').idealforms('toggleFields', 'username password hobbies[]');
 ```
 
-Dynamic Fields adds injection points for `addFields`, `removeFields` and `toggleFields`. Read about [custom extensions](#custom-extensions) for more info.
+Dynamic Fields adds injection points for `addFields:before`, `addFields:after`, `removeFields` and `toggleFields`. Read about [custom extensions](#custom-extensions) for more info.
 
 ### Extension: Steps