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
ENG-48510 - dd support for single selection per category in the al-cardstack component (#256)
* ENG-48510 - dd support for single selection per category in the al-cardstack component
* fix unit test
* adding spaces in the if
* fix pipeline
* fix pipeline #2
* Updates the list of active filters based on the provided value descriptor.
713
+
*
714
+
* @param {AlCardstackValueDescriptor} vDescriptor - The value descriptor to apply as a filter.
715
+
* @param {boolean} [resetActiveFilters=false] - If true, clears all filters in the same category as the one being applied, leaving only the new filter active.
716
+
* @param {function} [callback] - An optional callback function to be called when the filter is applied.
0 commit comments