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
{{ message }}
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
Is it possible to add possible to add beginDateSelectedChange event of saturn-calendar to saturn-datepicker input.
Usecase: It is required when we want to restrict the user selection of end date based on begin date selected. Supposingly the user selected a particular begin date and we want to a validation that then end date can only be selected within 10 days of beginDate. Something like dateLimit. Currently both the event emitter on datepicker input returns event when both start and end date are selected.
The text was updated successfully, but these errors were encountered:
Usecase: To be able to stop users from selecting a range of dates overlapping a blocked date. Example: If day 5 was blocked and they selected day 1, they could only select the end date to day 4 and not go all the way to 6 and 7. Having a beginDateSelected will allow me to update the filter to disable those dates.
Is it possible to add possible to add beginDateSelectedChange event of saturn-calendar to saturn-datepicker input.
Usecase: It is required when we want to restrict the user selection of end date based on begin date selected. Supposingly the user selected a particular begin date and we want to a validation that then end date can only be selected within 10 days of beginDate. Something like dateLimit. Currently both the event emitter on datepicker input returns event when both start and end date are selected.
The text was updated successfully, but these errors were encountered: