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
/// `onlyYear:` Displays only year picker dialog. Prefer to use `showYearPicker` instead of `showMonthPicker` with this parameter set to `true` to avoid unnecessary parameters.
29
27
///
28
+
/// `onYearSelected:` the function that triggers after the user selected an year (default is `null`).
29
+
///
30
+
/// `onMonthSelected:` the function that triggers after the user selected a month (default is `null`).
0 commit comments