iachat/app/javascript/dashboard/components/ui
Muhsin Keloth b49eaa5c45
fix: Search linear issues (#10253)
In the `DropdownList.vue` component, the `onSearch` function was not properly passing the search value to the parent component. This resulted in the `onSearch` event in parent components (such as `LinkIssue.vue`) receiving an undefined value instead of the actual search term.


f18ed01eb7/app/javascript/dashboard/components/ui/Dropdown/DropdownList.vue (L45-L52)

The issue was resolved by modifying the `onSearch` function in `DropdownList.vue` to correctly pass the search value to the `debouncedEmit` function:
2024-10-09 20:47:50 -07:00
..
DatePicker style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
Dropdown fix: Search linear issues (#10253) 2024-10-09 20:47:50 -07:00
Tabs feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
AnnouncementPopup.vue style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
Banner.vue style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
ContextMenu.vue feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
DateRangePicker.vue style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
DateTimePicker.vue style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
HelperTextPopup.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Label.vue style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
PreviewCard.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Switch.vue feat: remove usage of .sync and define explicitly emits (#10209) 2024-10-03 12:44:18 +05:30
TimeAgo.vue feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
Wizard.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
WootButton.vue feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00