When I select the date, I can select 2 dates with no problem BUT the format is ignored and after the initial selection, if I select the date box again I get an Invalid Date message where the year / month should be. Clicking the arrow takes me to the correct month but if I try and select a different range, it adds the dates to the array and doesn't clear the existing ones.
Hi,
Using Vue2 I have this:
When I select the date, I can select 2 dates with no problem BUT the format is ignored and after the initial selection, if I select the date box again I get an Invalid Date message where the year / month should be. Clicking the arrow takes me to the correct month but if I try and select a different range, it adds the dates to the array and doesn't clear the existing ones.