Skip to content

refactor: remove onMouseDown event from ComboboxChips#676

Merged
pasqualevitiello merged 3 commits intomainfrom
pasquale/cui-119-fix-combobox-multiple
Feb 13, 2026
Merged

refactor: remove onMouseDown event from ComboboxChips#676
pasqualevitiello merged 3 commits intomainfrom
pasquale/cui-119-fix-combobox-multiple

Conversation

@pasqualevitiello
Copy link
Copy Markdown
Contributor

This pull request fixes weird behavior on the combobox component with multiple selection. In simple terms, when the user clicks the combobox chips container we had an onMouseDown event that makes the container get a focus style but the popup does not actually open. So I've removed that functionality to prevent any weird and confusing behavior.

Before

Screen.Recording.2026-02-11.at.11.16.19.mov

After

Screen.Recording.2026-02-11.at.11.16.40.mov

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coss-com Ready Ready Preview, Comment Feb 13, 2026 11:38am
coss-com-origin Ready Ready Preview, Comment Feb 13, 2026 11:38am
coss-com-ui Ready Ready Preview, Comment Feb 13, 2026 11:38am
coss-examples-calcom Ready Ready Preview, Comment Feb 13, 2026 11:38am

Request Review

@github-actions
Copy link
Copy Markdown

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "remove unmousedown event from comboboxchips". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@pasqualevitiello pasqualevitiello requested a review from a team February 11, 2026 10:20
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

@pasqualevitiello pasqualevitiello changed the title remove unmousedown event from comboboxchips refactor: remove onMouseDown event from ComboboxChips Feb 11, 2026
devin-ai-integration Bot and others added 2 commits February 13, 2026 11:36
Co-Authored-By: pasquale@cal.com <pasqualevitiello@gmail.com>
Co-Authored-By: pasquale@cal.com <pasqualevitiello@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants