Mostly finished the button for the custom dropdown component. Just need to update the text displayed to reflect the current selection.

This commit is contained in:
ajdj100
2023-05-18 23:13:51 -04:00
parent babb36f048
commit 0cdd98fa99
5 changed files with 34 additions and 7 deletions

View File

@@ -62,8 +62,6 @@ export default {
</DropdownContent>
</dropdown>
<Icon icon="carbon:caret-down" />
<!-- This button needs to get finished -->
<button @click="resetFilters()">Clear Filters</button>
</div>