Skip to content

Commit

Permalink
Fix docs popover visibility wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reyes committed Nov 14, 2017
1 parent ecd915e commit a97bce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/home/sections/SectionDatePickerSlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</ol>
</div>
<b-message type='is-info'>
<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>).
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.
<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>.
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.
</b-message>
</b-tab-item>
<b-tab-item label='Example Code'>
Expand Down

0 comments on commit a97bce7

Please sign in to comment.