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
I am using multi dates together with a drop-down that allows a user to select multiple dates based on the drop down selection such as 1, 2, 3, 4, etc.
So if a user selects 2 on the drop down, they need to select 2 dates. However if they select 1, they can only select a single date, however I would like to allow them to "replace" the date in case of limit set to 1. Its annoying for the user to first deselect the date, then select a new date for the limit 1 case. For limit > 1, its understandable they first need to deselect as its unclear which date they want to replace.
Let me know if there is a built in way to do this, or a simple solution to get above use case to work.
I tried replacing the date-picker on the fly from non multi-dates to multi-dates, but this creates complexities with regard to passing arrays vs single dates.
As you can see, with limit set to 1, I can select the first date, but to select another date I first need to de-select then select a new one. I want to be able to select right away any new date when limit is set to 1.
Hi, thanks for this awesome project!
I am using multi dates together with a drop-down that allows a user to select multiple dates based on the drop down selection such as 1, 2, 3, 4, etc.
So if a user selects 2 on the drop down, they need to select 2 dates. However if they select 1, they can only select a single date, however I would like to allow them to "replace" the date in case of limit set to 1. Its annoying for the user to first deselect the date, then select a new date for the limit 1 case. For limit > 1, its understandable they first need to deselect as its unclear which date they want to replace.
Let me know if there is a built in way to do this, or a simple solution to get above use case to work.
I tried replacing the date-picker on the fly from non multi-dates to multi-dates, but this creates complexities with regard to passing arrays vs single dates.
The text was updated successfully, but these errors were encountered: