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

fix(combobox): destructive fix #514 - do not freeze popover content nor display old options #526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MengLinMaker
Copy link
Contributor

@MengLinMaker MengLinMaker commented Nov 10, 2024

Destructive fix

closes #514

This removes the ability to freeze content as options update when popover is closed.

Freezing content and displaying old options seem like a weird behaviour. Unless I'm missing something.

Note: combobox test is skipped. Unskipping leads to failed tests since popover fails to open - see issue #254

Copy link

netlify bot commented Nov 10, 2024

👷 Deploy request for kobalte accepted.

Name Link
🔨 Latest commit 22dff17
🔍 Latest deploy log https://app.netlify.com/sites/kobalte/deploys/67307a15bf71a50008b35a69

@MengLinMaker
Copy link
Contributor Author

Idea for non destructive fix

Can add a prop to disable this behaviour. Though this solution seems jank.

@MengLinMaker MengLinMaker changed the title fix(combobox): remove - do not freeze popover content fix(combobox): remove - do not freeze popover content nor display old options Nov 10, 2024
@MengLinMaker MengLinMaker changed the title fix(combobox): remove - do not freeze popover content nor display old options fix(combobox): destructive fix #514 - do not freeze popover content nor display old options Nov 10, 2024
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.

bug(combobox): old dropdown options shown on blur
1 participant