mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
explorer/fileNameFormGroup: hide tag
screen readers don't need to read the file extension tag
This commit is contained in:
@@ -97,7 +97,7 @@ const FileNameFormGroup: React.VoidFunctionComponent<FileNameFormGroupProps> = (
|
||||
value={fileName}
|
||||
inputRef={inputRef}
|
||||
intent={fileNameIntent}
|
||||
rightElement={<Tag>{fileExtension}</Tag>}
|
||||
rightElement={<Tag aria-hidden>{fileExtension}</Tag>}
|
||||
onChange={(e) => onChange(e.target.value)}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user