Chris Sandvik

Results 135 comments of Chris Sandvik

@acarolinafbarros Are you asking for the full code for my wrapper?

@acarolinafbarros So I originally made this package as a public Gist that people could just copy into their projects and tweak as needed. You can find that here: - https://gist.github.com/csandman/c687a9fb4275112f281ab9a5701457e4...

There have been some major improvements in version 2 and version 3 of my [`chakra-react-select`](https://www.npmjs.com/package/chakra-react-select) package, featuring a fully customizable style system, and the native typescript support added in `react-select@5`....

@CaitlinSweeney Thanks for the feedback, I'm glad you like it!

Sure I can do that some time tomorrow. However I'm probably going to rename it SelectComponent

> @csandman there is one issue when using your package, It seems your package default theme is overriding my Chakra default theme is there any solution and cause ordering issues?...

> @csandman can you please export out SelectType interface in your library? @fransiscushermanto The component types are now being exported in [`3.1.1`](https://github.com/csandman/chakra-react-select/releases/tag/v3.1.1). And like I mentioned before, they are now...

@anubra266 was the whole Chakrathon based on a custom select, or was that just what the winners made?

@anubra266 oh I see it now. so it was based on making a single select component, no multi-select capabilities (unless the team decided to add them).

> @csandman I don't expect that multi select will take too much effort once single select is settled. I'd tend to disagree, making selected options in a multi-select component composable...