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
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
id="vin-input"
|
id="vin-input"
|
||||||
accept="image/"
|
accept="image/jpeg,image/png"
|
||||||
aria-label="Camera icon/button"
|
aria-label="Camera icon/button"
|
||||||
data-test="image-upload"
|
data-test="image-upload"
|
||||||
@change="submitImage" />
|
@change="submitImage" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue