AccordionGroup
directive
Container for a group of accordion items. It manages the overall state and interactions of the accordion, such as keyboard navigation and expansion mode.
textDirection
anyThe text direction (ltr or rtl).
disabled
anyWhether the entire accordion group is disabled.
multiExpandable
anyWhether multiple accordion items can be expanded simultaneously.
value
anyThe values of the current selected/expanded accordions.
skipDisabled
anyWhether disabled items should be skipped during keyboard navigation.
wrap
anyWhether keyboard navigation should wrap around from the last item to the first, and vice-versa.
Jump to details