We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
controlId
1 parent b3d9288 commit 6145d4eCopy full SHA for 6145d4e
src/scripts/Select.tsx
@@ -71,7 +71,7 @@ export const Select = createFC<SelectProps, { isFormElement: boolean }>(
71
);
72
if (isFieldSetColumn || label || required || error || cols) {
73
const formElemProps = {
74
- id,
+ controlId: id,
75
label,
76
required,
77
error,
0 commit comments