Skip to content

Commit

Permalink
Update form.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Gupta <me@anuragxd.com>
  • Loading branch information
anuragxxd authored Nov 14, 2023
1 parent 278090b commit b1d767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ecc-utils-design/src/components/form/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default class Form extends LitElement {
class="input"
part="input-base input"
type="file"
accept=${field.fieldOptions?.accept || false}
accept=${field.fieldOptions?.accept || "*"}
?multiple=${field.fieldOptions?.multiple}
?required=${field.fieldOptions?.required}
@change=${async (e: Event) => {
Expand Down

0 comments on commit b1d767b

Please sign in to comment.