dropdown list in picture elements card not working #202
Unanswered
gerhardvilsecker
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
This is a bug caused by positioning the dropdown menu using a fixed position rather than an absolute one. It also happens when you open the dropdown preview in the editor. It should be fixed in version 4.9.2. That being said, the picture elements card |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I created a dishwasher custom card based on picture elements card. Unfortunately I dont get dropdown list for selecting of dishwasher programs properly working. I first developed dropdown list as standalone custom: mushroom-template-card. This is working like a charm. However after putting this code into picture elements card, i do have following situation:
a) custom:mushroot-template-card is properly shown
b) dropdown list element is properly shown
c) when I click on on selection element - dropdown list does not appear :-(
Screenshots for working standalone element:


base:
dropdown opened:
Selection is working. Action after selection is also woking
Screenshots for partly working element in picture elements card:

base:
When I click on element nothing happens...
Here is the code for custom: mushroom-template-element inside an picture element card:
Any help would be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions