Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Datetime: Remove duplicate prop #666

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/components/datetime-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Supports `v-model` which must be a String, Number or Date Object.
| --- | --- | --- |
| `type` | String | One of `date`, `time` or `datetime`. Default is `date`. |
| `clearable` | Boolean | If used, the component offers the user an actionable icon to reset the current value to `clear-value` (if it is set) or otherwise `default-value`. The icon appears only when the current value matches `clear-value`/`default-value`. |
| `default-value` | String/Object | Default color for picker when model is not yet set. |
| `clear-value` | String/Object | The value to which to reset the field model to when using `clearable`, unless `default-value` is specified. |
| `minimal` | Boolean | (v0.15.9+) Don't display header. |
| `readonly` | Boolean | If set to `true`, component is displayed as read-only. |
Expand Down