We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5b9876 + 9489cdf commit ed89634Copy full SHA for ed89634
src/pages/ShowcaseCardPage.tsx
@@ -263,6 +263,7 @@ export default function ShowcaseCardPage({
263
const sortByOnSelect = (event, data) => {
264
setLoading(true);
265
setSelectedOptions(data.selectedOptions);
266
+ console.log("@@selected drop" , data);
267
};
268
const templateNumber = cards ? cards.length : 0;
269
@@ -276,6 +277,7 @@ export default function ShowcaseCardPage({
276
277
<FilterBar data-m={contentForAdobeAnalytics} />
278
<Dropdown
279
className={styles.sortBar}
280
+ defaultValue={SORT_BY_OPTIONS[0]}
281
aria-labelledby="dropdown-default"
282
appearance="outline"
283
size="large"
0 commit comments