Added accept component to file input.
Build and Deploy Web App / build-and-deploy (push) Successful in 19s
Details
Build and Deploy Web App / build-and-deploy (push) Successful in 19s
Details
This commit is contained in:
parent
dc0c48b2df
commit
bbc35db2bc
|
|
@ -127,6 +127,7 @@ function onFileDeleteClicked(idx: number) {
|
||||||
id="fileInput"
|
id="fileInput"
|
||||||
type="file"
|
type="file"
|
||||||
capture="environment"
|
capture="environment"
|
||||||
|
accept="image/*,text/*,.pdf,.doc,.odt,.docx,.xlsx"
|
||||||
multiple
|
multiple
|
||||||
@change="onFileInputChanged"
|
@change="onFileInputChanged"
|
||||||
style="display: none"
|
style="display: none"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue