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
Describe the Bug
The method open() in Datetime hasn't been migrated
This method is particularly useful and needed if a date time picker would have to shown to the user but not triggered by an input field (for example if I want to open the date time picker from a button, like I do in my v3 app)
Expected Behavior
Migrate the method open() of Datetime to Ionic v4
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic Info
@ionic/angular: "4.0.0-beta.0"
Describe the Bug
The method
open()
inDatetime
hasn't been migratedThis method is particularly useful and needed if a date time picker would have to shown to the user but not triggered by an input field (for example if I want to open the date time picker from a button, like I do in my v3 app)
Expected Behavior
Migrate the method
open()
ofDatetime
to Ionic v4The text was updated successfully, but these errors were encountered: