fix(accessibility): add aria-labels for improved screen reader support

This commit is contained in:
hamed
2026-06-21 17:00:23 +03:30
parent cbae19d270
commit 35e8b65342
5 changed files with 13 additions and 3 deletions
@@ -80,6 +80,10 @@ function AddressSelector({
</div>
),
}}
inputProps={{
...params.inputProps,
"aria-label": label,
}}
placeholder={label}
sx={{
borderRadius: "8px",