mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Popover.js: Accept empty content through data-bs-content (#35514)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
+1
-1
@@ -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