Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented ChipGroupField & updated Chip & ChipGroup #42

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

seanrcollings
Copy link
Contributor

closes #9

@seanrcollings seanrcollings force-pushed the sc/chip-group-collection-v2 branch from 1ebead3 to 7c157cd Compare November 15, 2024 22:02
…ections

api

The ChipGroupField component implements the Collection API from
`@react-aria/collections`.

Reimplements `ChipGroup` as a simplified wrapper around ChipGroupField

Reimplements `Chip` as a leaf component using `createLeafComponent`.
Note that it is still usable stand-alone like it was before

BREAKING CHANGE: Chip no longer support `key` prop and instead uses
the `id` prop when used within a collection.
@seanrcollings seanrcollings force-pushed the sc/chip-group-collection-v2 branch from a7bc357 to 931a039 Compare November 19, 2024 19:55
@seanrcollings seanrcollings changed the base branch from main to sc/build-fixes December 3, 2024 00:32
@seanrcollings seanrcollings merged commit ecb76b4 into sc/build-fixes Dec 3, 2024
1 check passed
@seanrcollings seanrcollings deleted the sc/chip-group-collection-v2 branch December 3, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ChipGroup Collection Revamp
1 participant