Date Picker: Clearable Disabled if Date Picker Disabled #2114
Unanswered
bnski
asked this question in
Feature Requests
Replies: 1 comment 2 replies
-
|
@bnski Sounds like a bug to me - I'd move this to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when a
<flux:date-picker>has thedisabledattribute set to true, the clear button (from theclearableattribute) remains functional. This creates inconsistent UX where users can clear a disabled field but cannot edit it.Example
The date picker input is disabled (grayed out, not editable), but the clear button is still clickable and allows the user to modify the dates. When disabled="true", the clear button should also be disabled or hidden automatically. Users shouldn't be able to clear a field they cannot edit.
Beta Was this translation helpful? Give feedback.
All reactions