@maif/react-forms 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -185,6 +185,7 @@ httpClient = {(url, method) => fetch(url, {
185
185
  }
186
186
  })}
187
187
  ```
188
+ - **watch**: a boolean to activate the automatic log of form value. A function can be set up to override de default logger.
188
189
  - **autosubmit**: a boolean to activate the automatic run of the `onSubmit` form properties on every change of values.
189
190
  - **actions**: an object to parameter footer buttons key. By default just `submit` button is displayed.
190
191
  ```javascript