chakra-multiselect icon indicating copy to clipboard operation
chakra-multiselect copied to clipboard

A ChakraUI infused Multiselect component

Results 9 chakra-multiselect issues
Sort by recently updated
recently updated
newest added

Hello, when I try to modify the size (and the max-width) of the MultiSelect. When I apply the size='sm', it only decreases the height. And when I force decrease the...

Hi and thanks for the component! I noticed, that when I use `disabled`, I can still remove already selected items. - I can remove an item by clicking on the...

Hi @bmartel, thank you for your super useful component! Would you consider adding an example of how to override the base `MultiSelectTheme` in the same way as you are able...

This was supposed to be fixed by #17, but this is still happening on version 0.4.5. > I am opening this as an issue for visibility, I had already commented...

Hello! I found that when using the MultiSelect for a list of Cities (~600 options) that when you search, then select a city, the search query is then cleared from...

Hey hey, Mo here. I've been diving into open source lately and thought I'd give my mojo a little boost. I added a few browser IDEs to the readme, hoping...

Wondering if there are plans to upgrade this package to use Chakra UI 3? Chakra UI 3 does provide the ability the build your own multi select but it'd be...

This fixes the following Error/Warning that I encountered with [email protected]: ``` A props object containing a "key" prop is being spread into JSX: let props = {key: someKey, value: ...,...

I'm using this multi-select, and I find that it does not respect the container width and will overflow beyond it. Upon inspection, I found that the control has `minW: 72`....