@maif/react-forms 1.0.58 → 1.1.0
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 +1 -0
- package/lib/esm/index.js +1338 -2773
- package/lib/index.css +113 -113
- package/lib/index.js +1352 -2787
- package/package.json +11 -4
package/README.md
CHANGED
|
@@ -205,6 +205,7 @@ httpClient = {(url, method) => fetch(url, {
|
|
|
205
205
|
```
|
|
206
206
|
- **watch**: a boolean to activate the automatic log of form value. A function can be set up to override the default logger.
|
|
207
207
|
- **autosubmit**: a boolean to activate the automatic run of the `onSubmit` form properties on every change of values.
|
|
208
|
+
- **showErrorsOnStart**: a boolean to display constraints messages, not in error color, when starting the form.
|
|
208
209
|
- **actions**: an object to parameter footer buttons key. By default just `submit` button is displayed.
|
|
209
210
|
```javascript
|
|
210
211
|
<Form
|