-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
Are you reporting a bug or a feature?
- Bug
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.
Reactions are currently unavailable