You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fileHandlerArgs
New config variable called fileHandlerArgs has been added. It can be used to provide a key-value pair which will be sent to the fileHandler URL via the querystring. This is helpful in identifying the form instance on the server if you have one common file handler for all forms.
Changes
#52: File input's Clear button will not send the DELETE request. A dedicated Delete button may be implemented in the future.
Bugfixes
#49: (Browser API) FormInstance data was not updated when the data was initially synced by the form.