-
Notifications
You must be signed in to change notification settings - Fork 549
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
fix: can focus combobox items (#679) #689
Conversation
- Update @radix-ui/react-popover to ^1.1.2 that eventually fix the focusing issue of the combobox items.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/approve amazing thanks |
Could not find a claim that corresponds to the PR. Please add the |
@yeonsubak can you add the claim for bounty plz |
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe. |
Thanks! I added the claim on my PR body. |
/approve |
@louis030195: The claim has been successfully added to reward-all. You can visit your dashboard to complete the payment. |
Screen.Recording.2024-11-18.at.11.00.29.AM.movi did not test the change and actually it did not work ... |
Thanks for the feedback! I will check it out. First, let me try modify Command component as I introduced in shadcn's PR. If it doesn't work, I will thoroughly inspect the elements and their dynamics in the page. |
@louis030195 Actually, I ran both Could you please check whether the dependency update actually happened in your CI/CD?
screenpipe-issue-679-2.mp4screenpipe-issue-679-3.mp4 |
/claim #679
description
related issue: #679 #654
type of change
how to test
"@radix-ui/react-popover": "^1.1.2"
underdependencies
in /screenpipe-app-tauri/package.jsonbun install
from /screenpipe-app-tauri in your terminal to update @radix-ui/react-popoverbun tauri dev
if relevant add screenshots or screen captures to prove that this PR works to save us time.
screenpipe-pr-issue-679.mp4
checklist
additional notes
I tried inspecting related components from shadcn library but they all looked good and don't seem to cause the issue. Just out of the intuition, I suspected that it's caused by the Popover component of radix-ui so I updated it to the latest version and it eventually worked.