Skip to content

ion-select does not trigger form (change) event #11764

@doctorstal

Description

@doctorstal

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:

  1. Add form with change event handler on the page
  2. Add ion-select component to form
  3. serve, change ion-select value
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions