Limit accepted file types on input field.
This commit is contained in:
parent
78160d4cff
commit
36004d9677
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<input
|
||||
type="file"
|
||||
id="vin-input"
|
||||
accept="image/"
|
||||
accept="image/jpeg,image/png"
|
||||
aria-label="Camera icon/button"
|
||||
data-test="image-upload"
|
||||
@change="submitImage" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue