Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc017bd

Browse files
committed
fix(CDropdown): menu not closing on button click
1 parente09679a commitfc017bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/coreui-vue/src/components/dropdown/CDropdown.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const CDropdown = defineComponent({
315315
}
316316

317317
consttarget=event.targetasHTMLElement|null
318-
constFORM_TAG_RE=/^(input|select|option|textarea|form|button|label)$/i
318+
constFORM_TAG_RE=/^(input|select|option|textarea|form)$/i
319319

320320
if(isOnMenu&&target&&FORM_TAG_RE.test(target.tagName)){
321321
return

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp