We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This works and sends a command to the given item:
- component: oh-icon config: icon: light action: toggle actionCommand: ON actionCommandAlt: OFF actionItem: Item1 style: height: 2.5rem opacity: "=@'Item1' === 'ON' ? '100%' : '30%'"
This doesn't work, it doesn't send a command to the item when clicked:
- component: oh-icon config: icon: iconify:weui:tv-outlined action: toggle actionCommand: ON actionCommandAlt: OFF actionItem: Item1 style: height: 2.5rem opacity: "=@'Item1' === 'ON' ? '100%' : '30%'"
The only thing different is the icon. The first one is using oh icon, the other one uses iconify.
Also the iconify shows up tiny in size. I had to apply other tweaks to make it sized the same as the classic icon.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works and sends a command to the given item:
This doesn't work, it doesn't send a command to the item when clicked:
The only thing different is the icon. The first one is using oh icon, the other one uses iconify.
Also the iconify shows up tiny in size. I had to apply other tweaks to make it sized the same as the classic icon.
The text was updated successfully, but these errors were encountered: