V-calendar: show-popover="false" not working for me

Created on 29 Mar 2018  路  5Comments  路  Source: nathanreyes/v-calendar

Hello there,

I have a v-date-picker and i'm trying to disable the popover. Here is my code:

<v-date-picker
    mode='range'
    show-popover="false"
    v-model="modalCustomDateRange"
    :max-date="new Date()"
    is-inline
    show-caps></v-date-picker>

I've tried with and without a colon before show-popover. I've tried setting popover to null inside drag-attributes, and the default popover keeps showing.

Please help!

Most helpful comment

As of v0.8.0 the prop was renamed to show-day-popover to avoid confusion with the entire calendar used as a popover for the input control.

All 5 comments

As of v0.8.0 the prop was renamed to show-day-popover to avoid confusion with the entire calendar used as a popover for the input control.

Thanks!

@nathanreyes just stumbled on this, the docs still list show-popover and not show-day-popover

Also correct usage is :show-day-popover=false

As of v0.8.0 the prop was renamed to show-day-popover to avoid confusion with the entire calendar used as a popover for the input control.

Have you included this in the guide? I can only find this in the changelog. The guide or API documentation does not refer to this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nik736 picture nik736  路  3Comments

Nadavrbn picture Nadavrbn  路  3Comments

felixfrtz picture felixfrtz  路  3Comments

rcascante picture rcascante  路  3Comments

neel picture neel  路  3Comments