Skip to content

Dropdown onchange event is not fired #846

@nakovskijosif

Description

@nakovskijosif

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions