You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…pted & cosmetic error on missing defaultColor (#1989)
Fixes#1713.
- Fix command not sent when current Item state is null.
- Fix style can not be set.
- Fix a (cosmetic) error thrown when defaultColor has no value.
---------
Signed-off-by: Florian Hotze <[email protected]>
stefan-hoehn
pushed a commit
to stefan-hoehn/openhab-webui
that referenced
this issue
Sep 23, 2023
…pted & cosmetic error on missing defaultColor (openhab#1989)
Fixesopenhab#1713.
- Fix command not sent when current Item state is null.
- Fix style can not be set.
- Fix a (cosmetic) error thrown when defaultColor has no value.
---------
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Stefan Höhn <[email protected]>
digitaldan
pushed a commit
to digitaldan/openhab-webui
that referenced
this issue
Sep 24, 2023
…pted & cosmetic error on missing defaultColor (openhab#1989)
Fixesopenhab#1713.
- Fix command not sent when current Item state is null.
- Fix style can not be set.
- Fix a (cosmetic) error thrown when defaultColor has no value.
---------
Signed-off-by: Florian Hotze <[email protected]>
The problem
All
oh-
components accept CSS style configuration in the widget editor, butoh-colorpicker
does apply thestyle
configuration.Expected behavior
oh-colorpicker
should applystyle
configuration.Steps to reproduce
Create a new widget and add this code to the slots.default section:
Your environment
openHAB 3.4.1
Browser console
Nothing related to this issue.
Browser network traffic
Additional information
Wrapping
oh-colorpicker
inside adiv
works:The text was updated successfully, but these errors were encountered: