Prevent adding multiple files to single attacment cells and fields
This commit is contained in:
parent
00f145e8ce
commit
52d3126d60
|
@ -249,7 +249,7 @@
|
|||
id={fieldId}
|
||||
{disabled}
|
||||
type="file"
|
||||
multiple
|
||||
multiple={maximum !== 1}
|
||||
accept={extensions}
|
||||
bind:this={fileInput}
|
||||
on:change={handleFile}
|
||||
|
|
Loading…
Reference in New Issue