Skip to content

Commit

Permalink
feat: drop mention of minuteIncrement [MA-2131]
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu committed Dec 6, 2023
1 parent caf6150 commit 0331dc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions docs/components/datetime-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,6 @@ A valid `Date` object (eg: `Mon Aug 15 2022 08:00:00 GMT-0700 (Pacific Daylight

A valid `Date` object (eg: `Fri Aug 19 2022 12:00:00 GMT-0700 (Pacific Daylight Time)`) which blocks out days/times that occur **after** the given timestamp. `maxDate` gets passed down to the calendar component, and does not apply to relative time frames.

**default**: `null`

### minuteIncrement

A `Number` which sets the custom interval for the Minutes select dropdown.

**default**: `5`

### mode
Expand Down
2 changes: 0 additions & 2 deletions docs/guide/migrating-to-version-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ Kongponents styles are no longer designed to be utilized standalone, separately

#### Props

* `minuteIncrement` Deprecated; we now internally default the `rules` prop to a 5 minute increment. [Refer to v-calendar documentation](https://vcalendar.io/datepicker/time-rules.html)

* `v-model` Single date and time picker's seed value (string in ISO date format) has been changed to a `TimeRange` object whose `start` value will be set to a Date ISO string; `end` value will be set to `null`.

See KDateTimePickers's [v-model](/components/datetime-picker#v-model) for more details
Expand Down

0 comments on commit 0331dc7

Please sign in to comment.