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
Thank for the amazing calendar.Column feature is super great. These are the features that makes is even more amazing.
1- Please add the functionality to disable dates using day names along with dates. for example: <date-picker :disable="['Sunday', 'Monday', '1400/12/10', '1400/12/20']" />
2- Also add view feature. example:
<date-picker view="year"/> // Open calendar on year selection. then goes for month and day. // Options: year/month/day
3- Add multiple selection mode. // User might need to choose multiple dates which are not in a range(['1400-05-05', '1400-08-05']).
4- Add Year & Month to selection types. // User might need to select only year(1400) or month(05) or year & month (1400-12).
5- Add highlight dates. LINK
The text was updated successfully, but these errors were encountered:
Thank for the amazing calendar.Column feature is super great. These are the features that makes is even more amazing.
1- Please add the functionality to disable dates using
day names
along with dates. for example:<date-picker :disable="['Sunday', 'Monday', '1400/12/10', '1400/12/20']" />
2- Also add
view
feature. example:3- Add
multiple selection mode
. // User might need to choose multiple dates which are not in a range(['1400-05-05', '1400-08-05']
).4- Add
Year & Month
to selection types. // User might need to selectonly year(1400)
ormonth(05)
oryear & month (1400-12)
.5- Add highlight dates. LINK
The text was updated successfully, but these errors were encountered: