From 8330bd05483edeaa9b5a323b22186ccc9f1d8072 Mon Sep 17 00:00:00 2001 From: panstromek Date: Thu, 14 Feb 2019 12:29:31 +0100 Subject: [PATCH] Datetime: Remove duplicate prop Probably copypaste leftover - seems like | `default-value` | String/Object | Default color for picker when model is not yet set. | matches Color Picker --- source/components/datetime-input.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/components/datetime-input.md b/source/components/datetime-input.md index 89200345..8176b74b 100644 --- a/source/components/datetime-input.md +++ b/source/components/datetime-input.md @@ -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. |