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: docs/guide/Migration/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- a new `changed` event is emitted whenever the selected date deviates from its previous value.
8
8
- the `focus` and `blur` events now refer to the whole datepicker, not just the input field.
9
9
- the `disabled-dates` prop is now watched for changes with the value of any selected date being nullified if that date is disabled.
10
+
- the previously deprecated `calendar-button-icon`, `calendar-button-icon-content` and `clear-button-icon` props have been removed. Use [slots](../Slots/README.md) instead.
0 commit comments