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

[Bug]: ComboBox downshiftProps after selecting a item is not emitting onChange event #18212

Open
2 tasks done
ashishkrz opened this issue Dec 9, 2024 · 3 comments
Open
2 tasks done
Labels

Comments

@ashishkrz
Copy link

Package

@carbon/react

Browser

Chrome

Package version

1.72.0

React version

18.3.1

Description

There was an issue with Combobox with downshiftProps, which got fixed here #17027. But now the issue is , after the item gets selected from combobox, the onChange event is not happening.

Reproduction/example

https://stackblitz.com/edit/github-v56j87-igdhfb?file=src%2FApp.jsx

Steps to reproduce

Try selecting item from combobox, observe the onChange is not getting called after a selection:

onChange={(e) => { console.info('HELLO', e); }}

Suggested Severity

Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.

Application/PAL

Power Virtual Server UI (PowerVS)

Code of Conduct

@2nikhiltom
Copy link
Contributor

Hey, do you see this issue on 1.72.0?, the stackblitz you shared is on 1.71.1

@ashishkrz
Copy link
Author

ashishkrz commented Dec 11, 2024

@2nikhiltom I updated the package there, please check. The issue exist on 1.72.0.

@ashishkrz ashishkrz changed the title [Bug]: ComboBox downshiftProps after selecting a item is not emit onChange event [Bug]: ComboBox downshiftProps after selecting a item is not emitting onChange event Dec 11, 2024
@2nikhiltom 2nikhiltom moved this from 🕵️‍♀️ Triage to ⏱ Backlog in Design System Dec 12, 2024
@ashishkrz
Copy link
Author

@2nikhiltom Do we have any update on same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ⏱ Backlog
Development

No branches or pull requests

3 participants