You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: