-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Expose more ionic date time/picker controller methods #17416
Description
Feature Request
Ionic version:
[x] 4.x
Describe the Feature Request
The current ion date time does not expose all of the classes functions to the angular wrapper. In my case I need to set the valid days based on the current date, NOT the date emited but the current one in the date picker. So I would like to emit every change as an option and expose the method to re generate the column values.
After further investigation with another ionic dev I see that the datepicker is built on top of the picker controller.
Describe Preferred Solution
Add an extra event that emits every value while the datepicker is open.
Expose all functions to the angular wrapper
The request would be a function to refresh column values and to add a handler to each button in the columns
Describe Alternatives
Related Code
Additional Context