We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#2.8.1
#1.3.1
Accordion Item id not displaying when using MATCH PATTERN.
The id in html is [object Object]
The id should be something like id={"index":"some_index","type":"some_type"}
dbc.AccordionItem( id = { 'type': "the_type", 'index': 'the_index' }, title = title, item_id = item_id, )
paste any error messages here
The text was updated successfully, but these errors were encountered:
Hey @slyin87
I just made a pre-release that should fix this issue. Please try it out and let me know if you have further issues.
pip install dash-bootstrap-components==1.3.2rc1
Sorry, something went wrong.
Working per expected. Thank you
No branches or pull requests
#2.8.1
#1.3.1
What is happening?
Accordion Item id not displaying when using MATCH PATTERN.
The id in html is [object Object]
What should be happening?
The id should be something like id={"index":"some_index","type":"some_type"}
Code
Error messages
The text was updated successfully, but these errors were encountered: