mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 21:56:42 +02:00
Popover.js: Accept empty content through data-bs-content
(#35514)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ const Default = {
|
||||
|
||||
const DefaultType = {
|
||||
...Tooltip.DefaultType,
|
||||
content: '(string|element|function)'
|
||||
content: '(null|string|element|function)'
|
||||
}
|
||||
|
||||
const Event = {
|
||||
|
Reference in New Issue
Block a user