fix(accessibility): add aria-labels for improved screen reader support
This commit is contained in:
@@ -80,6 +80,10 @@ function AddressSelector({
|
||||
</div>
|
||||
),
|
||||
}}
|
||||
inputProps={{
|
||||
...params.inputProps,
|
||||
"aria-label": label,
|
||||
}}
|
||||
placeholder={label}
|
||||
sx={{
|
||||
borderRadius: "8px",
|
||||
|
||||
Reference in New Issue
Block a user