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 7bfb096 commit 723d0b0Copy full SHA for 723d0b0
src/chakra-components/containers.tsx
@@ -31,6 +31,7 @@ export const SelectContainer = <
31
const initialStyles: SystemStyleObject = {
32
position: "relative",
33
direction: isRtl ? "rtl" : undefined,
34
+ ...(isDisabled ? { cursor: "not-allowed" } : {}),
35
};
36
37
const sx: SystemStyleObject = chakraStyles?.container
0 commit comments