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
The selectedDate property of ActionSheetDatePicker is declared locally (in ActionSheetDatePicker.m) and therefore is not available to other classes. I would like to implement a custom button that sets the date when a user taps on this button. (A "Today" button). Could a public interface be added to ActionSheetDatePicker to allow this kind of interaction?
The text was updated successfully, but these errors were encountered:
It's not implemented yet. It will be available in the next version. (see #33)
Also in commets to this feature-request you can find temporary workaround for your case with customButtonPressed
The
selectedDate
property ofActionSheetDatePicker
is declared locally (in ActionSheetDatePicker.m) and therefore is not available to other classes. I would like to implement a custom button that sets the date when a user taps on this button. (A "Today" button). Could a public interface be added toActionSheetDatePicker
to allow this kind of interaction?The text was updated successfully, but these errors were encountered: