katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Enhancement - Events #59

Closed kutubjt closed 7 years ago

kutubjt commented 7 years ago

There should be events such as onChange and inter operability with forms so that form validations can be performed where date time picker is used. Suggested event types: on-change, on-tap

katemihalikova commented 7 years ago

Hi, the component is ng-model-enabled so you get both form validation and on-change event out of the box.