Skip to content

Commit 417ca6e

Browse files
(Lookup): pass comboboxId as controlId
1 parent 78a7f0f commit 417ca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Lookup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ export const Lookup = createFC<LookupProps, { isFormElement: boolean }>(
11331133
);
11341134

11351135
const formElemProps = {
1136-
htmlFor: comboboxId,
1136+
controlId: comboboxId,
11371137
label,
11381138
required,
11391139
error,

0 commit comments

Comments
 (0)