Closed RiccardoNizzolo closed 3 years ago
Thanks @RiccardoNizzolo - moved to the dash-html-components
repo. I guess either our attribute source is somehow missing data
, or we erroneously filter it out because of its similarity to data-*
Related to/mentioned in https://github.com/plotly/dash-html-components/issues/129, and earlier in https://github.com/plotly/dash-html-components/issues/66.
Ah, and #129 points to #66 where this was reported ages ago 🙄 This issue has more info though, so I'll close #66
Hi, I'm using Dash with the following configuration:
The issue is that html.ObjectEl() does not accept the data keyword but only a "data-*" wildcard
Indeed the following python code is raising an exception:
Exception:
Instead the expected behaviour should be the following HTML:
calling the constructor with the wildcard works, but the produced HTML is different from the expected one:
return the HTML: