Should I add CheckboxGroup with Chips support? #2493
J4v4Scr1pt
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
First of, NextUI is just awesome. I really hope the community and use of this lib keep going up!
Background to this poll:
I had the need to show what items I had selected through different tabs of items. I tried to hold the selected items with a useState but it became out of sync because the CheckboxGroup has it's own context with selected items. I asked for help here. But because of lack of anwsers I ended up creating my own custom CheckboxGroup to display selected items based on the CheckboxGroup context. Then a disscusion raised if maybe it should have native support for this behavior. But before I spend time creating a PR for this support I ask all of you. Should I create this PR to add support for this?
Here is a Stackblitz for you to test: CheckboxGroupWithChips
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions