@arudovwen/form-builder-react 1.1.7 → 1.1.9
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 -1
- package/dist/form-builder.es.js +11069 -11006
- package/dist/form-builder.umd.js +63 -68
- package/dist/index.css +1 -1
- package/package.json +1 -1
- package/types/components/editor/layout.d.ts +2 -2
- package/types/components/editor/topbar.d.ts +3 -2
- package/types/pages/builder/index.d.ts +1 -1
package/README.md
CHANGED
|
@@ -99,7 +99,7 @@ export default App;
|
|
|
99
99
|
| `loading` | `boolean` | Indicates whether the form is in a loading state. |
|
|
100
100
|
| `isReadOnly` | `boolean` | Determines if the form is rendered in read-only mode. |
|
|
101
101
|
| `renderType` | `string` | Determines the style the form is rendered, either `multi` or `single`. |
|
|
102
|
-
| `
|
|
102
|
+
| `goBackUrl` | `function` | function to navigate back or somewhere on your app |
|
|
103
103
|
|
|
104
104
|
### Form Element Types
|
|
105
105
|
|