plugins
plugins copied to clipboard
DateTimePicker Events
Can you list the events available on the DateTimePicker. I have used datePickerClosed, datePickerOpened, are there any others.
I have an issue where cancel triggers the datePickerClosed function even though no date was selected/changed.
Is there a function to stop the DateTimePicker opening if certain criteria are not met.
Is there a way to programatically close the DateTimePIcker.
OK By removing the callback(null) from index.ios.js on the cancelAction this stops the datepickerclosed function triggering. There is no reason to trigger this on cancel as assumed no date is required.
Created a Pull Request.