Patch Changes
-
76fca24: fix(DSTSUP-267):
FileFieldappends files across selections whenmultipleis setPreviously, when
multiplewas set, selecting or dropping files in a second interaction replaced the existing selection instead of adding to it — only files chosen in a single action were kept.FileFieldnow accumulates files across separate selections and drops, de-duplicating identical files (matched by name, size, and last-modified time). Behavior withmultipleunset is unchanged: the latest single file still wins.- @marigold/system@17.9.1