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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
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-*
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:
The text was updated successfully, but these errors were encountered: