mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* Dashboard: add `required` option to `metaFields` Fixes: https://github.com/transloadit/uppy/issues/2892 * use `<form>` element to allow users to use all built-in form features from the web browser. * remove `saveOnEnter` hack The fields are now inside a form, saving on Enter is the default behavior – and it doesn't short-circuit form validation checks. * restrictions.requiredMetaFields * fix documentation of restrictions.requiredMetaFields * check for required meta fields on upload * Use detached `<form>` element to avoid nesting `<form>` elements * fixup! Use detached `<form>` element to avoid nesting `<form>` elements * Use `cuid` to generate `<form>` `id` |
||
|---|---|---|
| .. | ||
| output | ||
| Dashboard.html | ||
| Dashboard.js | ||
| DragDrop.html | ||
| DragDrop.js | ||
| index.js | ||
| package.json | ||
| sw.js | ||