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 bce62d4 commit 69d44cfCopy full SHA for 69d44cf
1 file changed
src/components/BootstrapBlazor.Region/Components/Region.razor.js
@@ -6,11 +6,7 @@ export function init(id) {
6
if (el === null) {
7
return
8
}
9
- const popover = Popover.init(el, {
10
- isDisabled: () => {
11
- return el.querySelector('.dropdown-toggle').getAttribute('disabled') === 'disabled'
12
- }
13
- });
+ const popover = Popover.init(el);
14
15
Data.set(id, { el, popover });
16
0 commit comments