Q: UI-components, checkbox #1769
Replies: 4 comments
-
Hi @gpeuc I think it is bug and we should not highlight checkbox on hover when it is checked and disabled.
Also if we look original component from fluent-ui - https://developer.microsoft.com/en-us/fluentui#/controls/web/checkbox |
Beta Was this translation helpful? Give feedback.
-
Yep, of course. Disabled elements should not signalise they are interactive. By the way, @815are could you please check if other disabled elements are totally inactive? Buttons, input fields, dropdowns, and so on. When disabled, they should be completely sleeping. 😴 |
Beta Was this translation helpful? Give feedback.
-
I rechecked and did not find other elements, which has such bug/behaviour. fyi @gpeuc @albertmink |
Beta Was this translation helpful? Give feedback.
-
I've encountered an unusual behaviour with the UI-component checkbox that I hope to get some guidance on.
The issue involves a checkbox that has been set to both "checked" and "disabled". Normally, a disabled checkbox shouldn't respond to any user interactions. However, in this case, when I hover over the checkbox, it's altering its frame color to blue.
My understanding was that the color transformation signifies an active element, which seems to contradict the 'disabled' state. Is this an expected behavior or could it be a potential issue?
I would appreciate any knowledge or insights about why this might be happening or how to further troubleshoot this unusual behaviour.
Thank you in advance for your help and support!
Albert
Beta Was this translation helpful? Give feedback.
All reactions