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
Browser and Operating System:
Firefox, Linux 22.04
Description of problem:
I install the card in a dashboard. Everything works as expected when I select a choice manually from the list.
I need to change the selected list item programmatically via node red. I do a service call, domain input_select, service select_option and I then choose a particular line item via the 'option' feature. This also functions as expected.
The problem arises in the dashboard view after the chosen line item was changed programmatically. The selected choice uses bold text and has a grey background. After changing the selection programmatically the old selection reverts back to a non bold font but the background stays grey. There is now a line item with normal text and grey background (the previous selection) and there is the current selection in bold text and grey background.
If I collapse the list and bring it back up, everything renders as it should with only one line choice (the current selection) having a grey background.
It is visually confusing to have two line items greyed out
Javascript errors shown in the web inspector (if applicable):
Additional information:
If I click anywhere on the dashboard, the grey background that should no longer be present in the old selection disapears and everything is as it should be.
The text was updated successfully, but these errors were encountered:
Checklist:
Release with the issue:
V1.2.0
Last working release (if known):
Browser and Operating System:
Firefox, Linux 22.04
Description of problem:
I install the card in a dashboard. Everything works as expected when I select a choice manually from the list.
I need to change the selected list item programmatically via node red. I do a service call, domain input_select, service select_option and I then choose a particular line item via the 'option' feature. This also functions as expected.
The problem arises in the dashboard view after the chosen line item was changed programmatically. The selected choice uses bold text and has a grey background. After changing the selection programmatically the old selection reverts back to a non bold font but the background stays grey. There is now a line item with normal text and grey background (the previous selection) and there is the current selection in bold text and grey background.
If I collapse the list and bring it back up, everything renders as it should with only one line choice (the current selection) having a grey background.
It is visually confusing to have two line items greyed out
Javascript errors shown in the web inspector (if applicable):
Additional information:
If I click anywhere on the dashboard, the grey background that should no longer be present in the old selection disapears and everything is as it should be.
The text was updated successfully, but these errors were encountered: