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"
|
||||
type="file"
|
||||
capture="environment"
|
||||
accept="image/*,text/*,.pdf,.doc,.odt,.docx,.xlsx"
|
||||
multiple
|
||||
@change="onFileInputChanged"
|
||||
style="display: none"
|
||||
|
|
|
|||
Loading…
Reference in New Issue