-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dropdown onchange event is not fired #846
Comments
Thanks @nakovskijosif |
We are analyzing and fixing. @LucaMele mentioned that |
|
@AndyOGo @jackblackCH, thank you for your feedback.
|
@nakovskijosif Unfortunately the other issues at the moment are that:
Sorry personally I'm busy right now, but I'm sure the webhub team will help you. |
Reproduction sample on the link below. |
It does not render the dropdown at all if I open the link |
That is correct, as of the latest major refactor the with react does not render, the reason being my comment above. If you change the version to 244 the component is rendered and the event is fired. |
In version 244 I try this via the preview and also no alert()
|
I tried your sandbox with version 244 and the alert does not work. https://codesandbox.io/s/2o19mm1mrn |
@nakovskijosif I would say this isn't a bug, but rather wrong application. @nakovskijosif
Nevertheless, the dropdowns |
Sorry for all the confusion, my sample do uses react props and that is how I'm using the with react version. Maybe I should've separated this issue into two. |
Closing as V2 is released. If issue is still relevant in v2, please re-open |
Are you reporting a bug or a feature?
Expected Behavior
When value is change event should be fired
Actual Behavior
Event is not fired
Steps to Reproduce the Problem
Use the dropdown below
<axa-dropdown title="Please Select a value (Initial title)" native items='[ {"name": "Item 1", "value": "Item 1", "url": "#", "isSelected": false }, {"name": "Item 2", "value": "Item 2", "url": "#", "isSelected": true }, {"name": "Item 3", "value": "Item 3", "url": "#", "isSelected": false } ]' onAxaChange="alert('test')"> </axa-dropdown>
when value is changed the alert is not called.
The text was updated successfully, but these errors were encountered: