-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Labels
bug:P2High: Core functionality significantly impacted.High: Core functionality significantly impacted.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.
Description
When editable is set to false, the checkbox inside a CheckListItem is still clickable and continues to emit change events.
Expected Behavior
- When
editable={false}:- The checkbox should be non-interactive
- No change events should be fired
Actual Behavior
- The checkbox remains clickable
- Change events are still triggered despite the editor being non-editable
This results in unexpected state changes in read-only contexts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug:P2High: Core functionality significantly impacted.High: Core functionality significantly impacted.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.