-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clickable=none should be added #1508
Comments
@Subnum12 I will try to find some time this evening to create a PR. |
Would not something like the LED indicator be better for this? |
I would appreciate the option "Clickable = None" in Dashboard 2.0 nodes, where applicable
versus
|
The option is not making the config screen more complex, because it is hidden in a dropdown. And even if you open the dropdown, it is an extra option that makes sense between the other available options. So I don't think it will be of any harm to other users, which won't be using this new option. |
An alternative, which would be more general, might be a new node type that displays one of a configurable set of icons, where the icon to display is determined by the incoming message. |
Actual you describe my exact use case. I use switches with material design icons (e.g. door open/close, pump on/off). advantages of "Clickable = None" would be
@colinl I guess with 2 options (0/1) you can have it with ui-switch requested feature implementation for more options you maybe use |
Unfortunately I wasn't able to finalize my pull request, due to a CSS issue. I have asked on Discourse for assistance. Hopefully somebody jumps in to assist me... |
Personally I don't like that idea. If you click on the label of a switch then you can toggle it. But if you click on the label of a button-group (with mire than 2 buttons) then the behaviour will become confusing. |
Actually this FR is about indicator functionality "Clickable = None" so you not supposed to click anywhere. However, using |
Description
Any existing property "Clickable" I like to have an additional "none" option. This is essential to use e.g. a ui-switch as indicator.
Yes, there is a enabled option already. However, that behavior is differed as it not just disables control but also switches style to disabled/not available (grayed out).
You maybe consider this while fixing issue 662
The text was updated successfully, but these errors were encountered: