katemihalikova / ion-datetime-picker

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

Trigger programmatically #90

Open afolgado opened 7 years ago

afolgado commented 7 years ago

Hi, can it be used programmatically in the controller?

Thanks for your work and congrats for it!

katemihalikova commented 7 years ago

Hi Andrés, unfortunately not currently, but it should be possible to trigger it using .click() method of the picker base element.

katemihalikova commented 7 years ago

Converting to enhancement.

afolgado commented 7 years ago

Thank you for scheduling this as an enhacement 👍

rajatbyte commented 5 years ago

Hi Andrés, unfortunately not currently, but it should be possible to trigger it using .click() method of the picker base element.

any update? i tried .click() method but seems not working any idea?