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

feat: MultiSelect component #1572

Merged
merged 16 commits into from
Jan 15, 2025
Merged

feat: MultiSelect component #1572

merged 16 commits into from
Jan 15, 2025

Conversation

stephenjwatkins
Copy link
Member

@stephenjwatkins stephenjwatkins commented Jan 14, 2025

πŸ“ Changes

  • Adds <MultiSelect /> component

βœ… Checklist

Easy UI has certain UX standards that must be met. In general, non-trivial changes should meet the following criteria:

  • Visuals match Design Specs in Figma
  • Stories accompany any component changes
  • Code is in accordance with our style guide
  • Design tokens are utilized
  • Unit tests accompany any component changes
  • TSDoc is written for any API surface area
  • Specs are up-to-date
  • Console is free from warnings
  • No accessibility violations are reported
  • Cross-browser check is performed (Chrome, Safari, Firefox)
  • Changeset is added

Strikethrough any items that are not applicable to this pull request.

@stephenjwatkins stephenjwatkins marked this pull request as ready for review January 14, 2025 22:57
@@ -59,6 +59,7 @@
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"glob": "^8.1.0",
"jsdom": "^26.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to move jsdom to the root since it's a sibling dependency of vitest which is also at the root. otherwise it may not be able to find it as it imports it internally.

also had to override nwsapi because in later versions it breaks query selecting for React useId() generations due to IDs returning double colons: :r0:

{ key: 16, label: "Raspberry" },
{ key: 17, label: "Strawberry" },
{ key: 18, label: "Tangerine" },
{ key: 19, label: "Ugli Fruit" },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL what an Ugli Fruit is πŸ˜‚

Copy link
Member

@OskiTheCoder OskiTheCoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice!

@stephenjwatkins stephenjwatkins merged commit 74272b9 into main Jan 15, 2025
5 checks passed
@stephenjwatkins stephenjwatkins deleted the multi-select branch January 15, 2025 16:10
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.

2 participants