1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Add fallbackPlacement option for Tooltip and Popover

This commit is contained in:
Johann-S
2017-05-05 21:22:55 +02:00
parent ab7dc8ae2a
commit 0ae9d28ba3
4 changed files with 46 additions and 26 deletions

View File

@@ -157,7 +157,8 @@ const Dropdown = (($) => {
offset : context._config.offset
},
flip : {
enabled : context._config.flip
enabled : context._config.flip,
behavior : [AttachmentMap.TOP, AttachmentMap.BOTTOM]
}
}
})