diff --git a/src/views/tooltip/TooltipDoc.vue b/src/views/tooltip/TooltipDoc.vue index 9e1e791a4..7c9ad15d3 100755 --- a/src/views/tooltip/TooltipDoc.vue +++ b/src/views/tooltip/TooltipDoc.vue @@ -21,6 +21,12 @@ directives: {
<InputText type="text" v-tooltip="'Enter your username'" />
+
+
+ Also, more than one value can be used.
+
+<InputText type="text" v-tooltip="{ value: 'Enter your username', disabled: true }" />
+
Name | +Type | +Default | +Description | +
---|---|---|---|
value | +string | +null | +Text of the tooltip | +
disabled | +boolean | +false | +When present, it specifies that the component should be disabled. | +
Following is the list of structural style classes, for theming classes visit