iachat/app/javascript/dashboard/components-next/dropdown-menu
Shivam Mishra c23cd094f9
feat(v4): Add filter input components (#10493)
This PR adds three components along with stories

1. MultiSelect - This is used for filter values, allowing multiple values and folding of values where there are too many items
2. SingleSelect - This is used for filter values, allows selecting and toggling a single item
3. FilterSelect - This is used for operators and others, it allows icons and labels as well as toggling them using props. The v-model for this binds just the final value unlike the previous two components with bind the entire object.

---------

Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-11-25 11:52:28 -08:00
..
base feat(v4): Add filter input components (#10493) 2024-11-25 11:52:28 -08:00
DropdownMenu.story.vue feat: Updates on new components (#10444) 2024-11-20 20:21:35 +05:30
DropdownMenu.vue feat: Updates on new components (#10444) 2024-11-20 20:21:35 +05:30
DropdownPrimitives.story.vue feat: Add dropdown component (#10358) 2024-11-18 17:29:27 -08:00