1
0
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:
GeoSot
2021-12-15 10:41:31 +02:00
committed by GitHub
parent cd04fe015f
commit d40fae456e
2 changed files with 38 additions and 22 deletions

View File

@@ -34,7 +34,7 @@ const Default = {
const DefaultType = {
...Tooltip.DefaultType,
content: '(string|element|function)'
content: '(null|string|element|function)'
}
const Event = {