Skip to content

timeConfig changes missing from v11 -> v12 migration guide #1170

@donalmurtagh

Description

@donalmurtagh

For example, in v11 the start time was configured via

<VueDatePicker
  :start-time="{ hours: 0, minutes: 0 }" />

In v12, this should be changed to

<VueDatePicker
  :time-config="{ startTime: { hours: 0, minutes: 0 } }" />

The migration guide doesn't mention start-time in the prop changes section

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions