fix: [helper:boostrap] Make sure all properties are passed to the button component
parent
4c401e6e29
commit
351b90d843
|
@ -1947,7 +1947,7 @@ class BoostrapDropdownMenu extends BootstrapGeneric
|
||||||
'aria-expanded' => 'false',
|
'aria-expanded' => 'false',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
$options = array_merge($this->options['toggle-button'], $defaultOptions);
|
$options = array_merge_recursive($this->options['toggle-button'], $defaultOptions);
|
||||||
return $this->btHelper->button($options);
|
return $this->btHelper->button($options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue