Perhaps this is a bug. I have a standard disabled input field, but it continues to display its hover effect despite being disabled; this is bad UX.
I’ve checked the “This input is disabled” box, and it’s using the “Standard Input” style attribute.
I thought perhaps I could modify the input’s style hover condition to be something like WHEN: This Input is hovered and This Input is not disabled
, but I don’t see an option to detect its disabled state. In the docs, I see an ...isn't clickable
option but it’s limited to buttons, not input fields.
States - Bubble Docs
I imagine I could create a custom state, but I just thought this should be a built-in feature. Please advise!