Minor Changes
-
6332081Thanks
@segunadebayo! - Add support for programmatically controlling the accepted files
viaacceptedFilesanddefaultAcceptedFilesconst service = useMachine(fileUpload.machine, { defaultAcceptedFiles: [new File(["test"], "test.txt", { type: "text/plain" })], })
Patch Changes
- Updated dependencies []:
- @zag-js/anatomy@1.19.0
- @zag-js/core@1.19.0
- @zag-js/types@1.19.0
- @zag-js/utils@1.19.0
- @zag-js/dom-query@1.19.0
- @zag-js/file-utils@1.19.0
- @zag-js/i18n-utils@1.19.0