|
@@ -212,3 +212,4 @@ Disabled form elements are not supported in tooltip, see more information at [MD
|
|
|
| open-delay | delay of appearance, in millisecond | number | — | 0 |
|
|
|
| manual | whether to control Tooltip manually. `mouseenter` and `mouseleave` won't have effects if set to `true` | boolean | — | false |
|
|
|
| popper-class | custom class name for Tooltip's popper | string | — | — |
|
|
|
+| enterable | whether the mouse can enter the tooltip | Boolean | — | true |
|