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
Starting from 1.16.0, dash-bootstrap-components, AccordionItem can take components or a list of components in its title attribute. I want to put a button with a pop-up inside it. The problem now is that whenever I click on the button, it triggers both the button action and the Accordion folding/unfolding. Is there a way around this? I want clicks on the button to be ignored by Accordion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Starting from 1.16.0, dash-bootstrap-components,
AccordionItem
can take components or a list of components in itstitle
attribute. I want to put a button with a pop-up inside it. The problem now is that whenever I click on the button, it triggers both the button action and the Accordion folding/unfolding. Is there a way around this? I want clicks on the button to be ignored by Accordion.Beta Was this translation helpful? Give feedback.
All reactions