aurelia / ux

A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
MIT License
368 stars 55 forks source link

ux-select do not fire change event when handling multiple values #304

Open ben-girardet opened 4 years ago

ben-girardet commented 4 years ago

I'm submitting a bug report

Current behavior:

When using <ux-select> with multiple attribute the change event is not dispatched when the select value changes.

Expected/desired behavior:

change event to be dispatched for any changes

bigopon commented 4 years ago

@ben-girardet thanks for creating this, I'll have a look soon. Are you blocked by this?

ben-girardet commented 4 years ago

thanks @bigopon

I discovered this issue while trying to use <ux-select> in a scenario when I need the change event. I thought I could quickly fix it but then realized that it might be a little more complex than I thought. As you know this component pretty well if you have a chance to look at it I would highly appreciate.

Meanwhile I used another component for what I had to do. So I'm not blocked, but I will use the <ux-select> when we get it working for this scenario.