-
-
Notifications
You must be signed in to change notification settings - Fork 331
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/autocomplete-custom-filter-function #2208
feat/autocomplete-custom-filter-function #2208
Conversation
🦋 Changeset detectedLatest commit: 467134e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Mahmoud-zino a couple things on this:
The other examples just show the filtered results - maybe we just go ahead and follow that pattern here? That or just remove this line. I think what's present works fine. If you can make these couple changes then this should be good to merge. |
@endigo9740 |
@Mahmoud-zino looks good. Be sure to flip to "ready to review" when you're done. |
Linked Issue
Closes #1966
Description
Added prop
filterFunction
with default value of the Skeleton's original filter function.Changsets
Instructions: Changesets automate our changelog. If you modify files in
/packages/skeleton
, runpnpm changeset
in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminor
while chores and bugfixes should bepatch
. Please prefix the changeset message withfeat:
,bugfix:
orchore:
.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)docs/
,feat/
,chore/
,bugfix/
pnpm check
pnpm format
pnpm test