Replies: 1 comment
-
If you're just talking about disabling the search input, you can just use the import { Select } from "chakra-react-select";
const Example = () => (
<Select isSearchable={false} />
); CodeSandbox: https://codesandbox.io/s/chakra-react-select-not-searchable-mgxmfr?file=/example.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Temporary solutions:
Beta Was this translation helpful? Give feedback.
All reactions