-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/driftyco/ionic-v1)
[ ] 2.x
[ x ] 3.x
I'm submitting a ... (check one with "x")
[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Changing value of ion-select inside the form does not trigger form change event.
Expected behavior:
Changing value of ion-select inside form should trigger form change event, like ion-input does.
Steps to reproduce:
- Add form with change event handler on the page
- Add ion-select component to form
- serve, change ion-select value
- Observe that handler is not triggered on change event
plnkr:
https://embed.plnkr.co/rlMRzE/
As you can see - editing ion-input value triggers change handler, but selecting from ion-select does not.