-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
@@ -59,6 +59,7 @@ | |||
"babel-loader": "^9.2.1", | |||
"eslint": "^8.57.1", | |||
"glob": "^8.1.0", | |||
"jsdom": "^26.0.0", |
There was a problem hiding this comment.
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" }, |
There was a problem hiding this comment.
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 π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice!
π Changes
<MultiSelect />
componentβ Checklist
Easy UI has certain UX standards that must be met. In general, non-trivial changes should meet the following criteria:
Strikethroughany items that are not applicable to this pull request.