Relates back to original issue #6
"When the control comes up first. Click a new start date, the triangle doesn't slide from Start to End. Click a new start date again and this time it does.
Also, when it does slide over and you select a end date, it doesn't slide back to Start."
Ok, so it can't be repro'd in the demo, only in Jarvis.
However, the reason seems to be that when you select a new start date in the future, it fires invalidStartDateSelected, rather than startDateChanged.
I wonder if the condition that triggers invalidStartDateSelected needs reviewing, so that it doesn't treat a new start date in the future as invalid?
Perhaps we need a new invalid, and we need to treat this situation as a new event?
Relates back to original issue #6
"When the control comes up first. Click a new start date, the triangle doesn't slide from Start to End. Click a new start date again and this time it does.
Also, when it does slide over and you select a end date, it doesn't slide back to Start."
Ok, so it can't be repro'd in the demo, only in Jarvis.
However, the reason seems to be that when you select a new start date in the future, it fires invalidStartDateSelected, rather than startDateChanged.
I wonder if the condition that triggers invalidStartDateSelected needs reviewing, so that it doesn't treat a new start date in the future as invalid?
Perhaps we need a new invalid, and we need to treat this situation as a new event?