Skip to content

Commit a97bce7

Browse files
author
Nathan Reyes
committed
Fix docs popover visibility wording.
1 parent ecd915e commit a97bce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/home/sections/SectionDatePickerSlot.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</ol>
1818
</div>
1919
<b-message type='is-info'>
20-
<strong>Note:</strong> By default, <code>v-date-picker</code> will manage popover visibility for you with <code>popover-visibility</code> set to auto (<code>-1</code>).
21-
If you want to manage it yourself, set <code>popover-visibility</code> to visible (<code>1</code>) or hidden (<code>0</code>) within your template.
20+
<strong>Note:</strong> By default, <code>v-date-picker</code> will manage popover visibility for you with <code>popover-visibility</code> set to <code>"hover"</code>.
21+
You also have the option of having it managed with <code>"focus"</code>, but if you want to manage it yourself, set to <code>"visible"</code> or <code>"hidden"</code> within your template.
2222
</b-message>
2323
</b-tab-item>
2424
<b-tab-item label='Example Code'>

0 commit comments

Comments
 (0)