You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment ion-select has only (change) event that is fired when user clicks "OK" button. It would be useful to have (cancel) event for "Cancel" button as well.
This way any additional logic can be added to select pop-up, like this "Clear" button:
Type: feat
Ionic Version: 2.x
Platform: all
At the moment
ion-select
has only(change)
event that is fired when user clicks "OK" button. It would be useful to have(cancel)
event for "Cancel" button as well.This way any additional logic can be added to select pop-up, like this "Clear" button:
If it's acceptable I would like to implement it and send a PR, just let me know.
The text was updated successfully, but these errors were encountered: