mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +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` |
||
|---|---|---|
| .. | ||
| private_modules/hexo-renderer-uppyexamples | ||
| scripts | ||
| src | ||
| themes/uppy | ||
| _config.yml | ||
| build-examples.js | ||
| doc-order.json | ||
| inject.js | ||
| package.json | ||
| postcss.config.js | ||
| VUEORG_LICENSE | ||