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.
1 parent ca9f643 commit 0089febCopy full SHA for 0089feb
src/Select.tsx
@@ -75,6 +75,7 @@ export const Select = memo(
75
className={cx(fr.cx("fr-select"), nativeSelectProps.className)}
76
id={selectId}
77
aria-describedby={stateDescriptionId}
78
+ disabled={disabled}
79
>
80
{children}
81
</select>
0 commit comments