UPDATE: I finally made an NPM package for this component! It is made with TypeScript, and now has a fully customizable styling system. It is also far ahead of this wrapper at this point. Check it out here if you'd like: https://github.com/csandman/chakra-react-select
In order to use this component, you can implement it and use it like you would normally use react-select. It should accept all of the props that the original takes, however customizing the theme or the components could break this implementation. There are also a few extra things you can do with this wrapper that pull from the chakra library.
- You can pass the
size
prop with eithersm
,md
, orlg
. These will reflect the sizes available on the Chakra<Input />
component (with the exception ofxs
because it's too small to work). - In your options objects, you can add the key
isFixed
to emulate the exa