Chris Sandvik

Results 135 comments of Chris Sandvik

First off, I'm not sure what this has to do specifically with the `CreatableSelect ` component. The individual clear buttons always appear whenever you have a select with the `isMulti`...

The accessibility was improved with the changes in [`[email protected]`](https://github.com/JedWatson/react-select/releases/tag/react-select%405.8.0) (released in [`[email protected]`](https://github.com/csandman/chakra-react-select/releases/tag/v4.8.0)) so I'm going to mark this as closed.

Sorry for the late response! Yes I see your point, the styles passed in `chakraStyles` should generally override the built-in styles, meaning I should switch back from using the pseudo...

So I'm working on a new version that will solve this, but I'm also integrating the new accessibility changes react-select implemented recently. But in both cases (now and after the...

This is more of an issue with how the underlying react select works I believe. From what I can tell, adding an `instanceId` to your select component means it will...

Sorry for the delay, but I believe my latest change to correctly support ESM imports should actually fix this issue, and prevent the need for the workaround! You can see...

Hmm I see what you mean. I think this is due to a difference in the way I'm using color scheme from how you're expecting it to be. As per...

Thanks for the response! I understand the desire to not overcomplicate the base package for sure. On the note of a util package that wraps this library, that reminded me...

After messing around with this for a while, I believe this is the best option for the npm logo: ![npm logo good](https://user-images.githubusercontent.com/9214195/55371762-63befa80-54cd-11e9-85dc-90130befc425.png) I tried it with varying line widths, to...

Yeah for some reason this doesn't seem to be happening for me anymore, I'm not sure what exactly changed, but I'll close this out unless someone else runs into the...