fix(tradein): aria-label на input[type=file] в PhotoUpload — a11y critical (#839) #841
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ export function PhotoUpload({ estimateId }: { estimateId: string }) {
|
||||||
type="file"
|
type="file"
|
||||||
accept="image/*"
|
accept="image/*"
|
||||||
multiple
|
multiple
|
||||||
|
aria-label="Загрузить фото квартиры"
|
||||||
disabled={uploading || full}
|
disabled={uploading || full}
|
||||||
onChange={(e) => handleFiles(e.target.files)}
|
onChange={(e) => handleFiles(e.target.files)}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue