0
Good morning,
I am developing a menu where options are linked by selects.
All selects are disabled, and will be released only when a radio master input is triggered.
So far it’s working okay. However, I need to put a warning on the disabled selects, which tells the user that for this select to work, you need to click the radio input.
I made a test with select in active mode and worked smoothly, but in disabled mode only appears the cut red ball, warning that can not use at the time.
Would anyone have any idea how I could program this ?
Thanks in advance.
Disabled controls (disabled) in general do not trigger certain events such as mouseover, so it’s more complicated to display a Tooltip for example that it would be easy to implement
– Ricardo Pontual