10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09679a commit fc017bdCopy full SHA for fc017bd
packages/coreui-vue/src/components/dropdown/CDropdown.ts
@@ -315,7 +315,7 @@ const CDropdown = defineComponent({
315
}
316
317
const target = event.target as HTMLElement | null
318
- const FORM_TAG_RE = /^(input|select|option|textarea|form|button|label)$/i
+ const FORM_TAG_RE = /^(input|select|option|textarea|form)$/i
319
320
if (isOnMenu && target && FORM_TAG_RE.test(target.tagName)) {
321
return
0 commit comments