Six Webcomponents version
5.5.1
Steps to reproduce
Render a six-date component with the min property set to today.
Open the date picker.
Navigate to a date before the configured min.
Click repeatedly on one of the disabled dates.
The dates before min are correctly displayed as disabled/greyed out.
What is expected?
Dates before the configured min value should not be selectable.
Clicking a disabled date should have no effect, the component value should not change, and no six-change event should be emitted for that date.
What is actually happening?
Dates before min are visually disabled, but they can still sometimes be selected by clicking them repeatedly.
When this happens:
the disabled date becomes the value of the component
the date is displayed in the input
a six-change event is emitted with the disabled date
For example, with min set to 2026-08-27, I was able to select dates such as 2026-07-27 and 2026-07-28
The issue is intermittent, but can be reproduced by repeatedly clicking disabled dates.
Recording-20260827_131919.mp4
System Info
` envinfo` execution is blocked by corporate group policy
Any additional comments?
No response
Six Webcomponents version
5.5.1
Steps to reproduce
six-datecomponent with theminproperty set to today.min.The dates before
minare correctly displayed as disabled/greyed out.What is expected?
Dates before the configured
minvalue should not be selectable.Clicking a disabled date should have no effect, the component value should not change, and no
six-changeevent should be emitted for that date.What is actually happening?
Dates before
minare visually disabled, but they can still sometimes be selected by clicking them repeatedly.When this happens:
six-changeevent is emitted with the disabled dateFor example, with
minset to 2026-08-27, I was able to select dates such as 2026-07-27 and 2026-07-28The issue is intermittent, but can be reproduced by repeatedly clicking disabled dates.
Recording-20260827_131919.mp4
System Info
`envinfo` execution is blocked by corporate group policyAny additional comments?
No response