You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rjsf/chakra-ui has a dependency "chakra-react-select": "^3.3.8"
A combination of @chakra-ui/react@^2.0.0 and react@^18.0.0 with chakra-react-select v3 has a known issue with styles - Select element is not displayed correctly in the Dark mode (see this issue in chakra-react-select repo)
Please add support for chakra-react-select v4.
Expected Behavior
Correct styles in dark mode, such as in native Select component of chakra-react-select v4:
Prerequisites
What theme are you using?
chakra-ui
Version
5.0.0-beta.9
Current Behavior
@rjsf/chakra-ui
has a dependency"chakra-react-select": "^3.3.8"
A combination of
@chakra-ui/react@^2.0.0
andreact@^18.0.0
withchakra-react-select
v3 has a known issue with styles -Select
element is not displayed correctly in the Dark mode (see this issue inchakra-react-select
repo)Please add support for
chakra-react-select
v4.Expected Behavior
Correct styles in dark mode, such as in native Select component of
chakra-react-select
v4:Steps To Reproduce
Link to the sandbox:
https://codesandbox.io/s/react-18-chakra-2-crs-4-vs-rjsf-chakra-ui-5-example-lj04hz
Switch to dark mode to see the difference
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: