mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add aria-label to buttons and text fields with no label #2710
This commit is contained in:
@@ -137,6 +137,7 @@ const DevicesDialog = ({
|
||||
<TextField
|
||||
name="v"
|
||||
value={editItem.v}
|
||||
aria-label={valueLabel}
|
||||
disabled={!writeable}
|
||||
sx={{ width: '30ch' }}
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user