Skip to content

Commit 33227ed

Browse files
committed
Update docs and playground for next release
1 parent b08cd78 commit 33227ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/docs/usage/browser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ which may contain these keys:
9898
- `schema`: The schema of the form.
9999
- `data` *(Optional)*: The initial data of the form.
100100
- `fileHandler` *(Optional)*: URL for the common file handler endpoint for all file fields.
101+
- `fileHandlerArgs` *(Optional)*: Key-value pairs which will be sent via querystring to the `fileHandler` URL.
101102
- `errorMap` *(Optional)*: An object containing error messages for fields.
102103

103104
*Changed in version 2.1*: `errorMap` option was added.
105+
*Changed in version 2.2*: `fileHandlerArgs` option was added.
104106

105107

106108
##### `reactJsonForm.getFormInstance(containerId)`

docs/static/js/playground.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)