@bigbinary/neeto-form-frontend 1.0.32 → 1.0.33
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/dist/index.cjs.js +1823 -1022
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1825 -1024
- package/dist/index.js.map +1 -1
- package/dist/main.css +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ import { ExternalForm } from "@bigbinary/neeto-form-frontend";
|
|
|
111
111
|
| `clearValuesOnReset` | `boolean` | To clear local storage values on reset |
|
|
112
112
|
| `formDomProps` | `object` | To set props for form element |
|
|
113
113
|
| `initialValues` | `object` | To set initial values for form |
|
|
114
|
+
| `editorProps` | `object` | To set neetoEditor props for `rich_text` input field |
|
|
114
115
|
| `onChange` | `function` | Callback for form field values change |
|
|
115
116
|
|
|
116
117
|
`Submission` component is used to render a form result.
|