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

Commit58ba804

Browse files
committed
fix(CDropdown): menu not closing on button click
1 parent6824339 commit58ba804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/coreui-react/src/components/dropdown/CDropdown.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export const CDropdown: PolymorphicRefForwardingComponent<'div', CDropdownProps>
368368
}
369369

370370
consttarget=event.targetasHTMLElement|null
371-
constFORM_TAG_RE=/^(input|select|option|textarea|form|button|label)$/i
371+
constFORM_TAG_RE=/^(input|select|option|textarea|form)$/i
372372

373373
if(isOnMenu&&target&&FORM_TAG_RE.test(target.tagName)){
374374
return

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp