Skip to content

Commit 6145d4e

Browse files
(Select): pass id as controlId
1 parent b3d9288 commit 6145d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const Select = createFC<SelectProps, { isFormElement: boolean }>(
7171
);
7272
if (isFieldSetColumn || label || required || error || cols) {
7373
const formElemProps = {
74-
id,
74+
controlId: id,
7575
label,
7676
required,
7777
error,

0 commit comments

Comments
 (0)