mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +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` |
||
|---|---|---|
| .. | ||
| angular | ||
| aws-s3 | ||
| aws-s3-multipart | ||
| box | ||
| companion | ||
| companion-client | ||
| core | ||
| dashboard | ||
| drag-drop | ||
| drop-target | ||
| dropbox | ||
| file-input | ||
| form | ||
| golden-retriever | ||
| google-drive | ||
| image-editor | ||
| informer | ||
| locales | ||
| onedrive | ||
| progress-bar | ||
| provider-views | ||
| react | ||
| react-native | ||
| redux-dev-tools | ||
| robodog | ||
| screen-capture | ||
| status-bar | ||
| store-default | ||
| store-redux | ||
| svelte | ||
| thumbnail-generator | ||
| transloadit | ||
| tus | ||
| unsplash | ||
| url | ||
| utils | ||
| vue | ||
| webcam | ||
| xhr-upload | ||
| zoom | ||