Added accept component to file input.
Build and Deploy Web App / build-and-deploy (push) Successful in 19s Details

This commit is contained in:
andrewlalis 2025-09-28 20:24:37 -04:00
parent dc0c48b2df
commit bbc35db2bc
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ function onFileDeleteClicked(idx: number) {
id="fileInput"
type="file"
capture="environment"
accept="image/*,text/*,.pdf,.doc,.odt,.docx,.xlsx"
multiple
@change="onFileInputChanged"
style="display: none"