mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-16 21:06:22 +08:00
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.
|
||
|---|---|---|
| .. | ||
| DatePicker | ||
| Dropdown | ||
| Tabs | ||
| AnnouncementPopup.vue | ||
| Banner.vue | ||
| ContextMenu.vue | ||
| DateRangePicker.vue | ||
| DateTimePicker.vue | ||
| HelperTextPopup.vue | ||
| Label.vue | ||
| PreviewCard.vue | ||
| Switch.vue | ||
| TimeAgo.vue | ||
| Wizard.vue | ||
| WootButton.vue | ||