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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ Put the dp-date-picker component wherever you need it.
66
66
| onGoToCurrent | void | All Pickers | This event will be emitted when click was made on go to current button. |
67
67
| onLeftNav | void | All Pickers | This event will be emitted when click was made on left navigation button. |
68
68
| onRightNav | void | All Pickers | This event will be emitted when click was made on right navigation button. |
69
+
| onSelect | ISelectionEvent | All Pickers | This event will be emitted when a date was selected via click or input change (with appropriate indication) |
69
70
70
71
### Configuration:
71
72
In order to provide configurations to the date-picker you need to pass it to the `dp-date-picker` component:
0 commit comments