Commit e2932fd7 authored by John Heiner's avatar John Heiner Committed by 杨奕

date-picker: added name attr support

parent d2908487
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
:id="id" :id="id"
v-clickoutside="handleClose" v-clickoutside="handleClose"
:placeholder="placeholder" :placeholder="placeholder"
:name="name"
@focus="handleFocus" @focus="handleFocus"
@blur="handleBlur" @blur="handleBlur"
@keydown.native="handleKeydown" @keydown.native="handleKeydown"
...@@ -206,6 +207,7 @@ export default { ...@@ -206,6 +207,7 @@ export default {
readonly: Boolean, readonly: Boolean,
placeholder: String, placeholder: String,
disabled: Boolean, disabled: Boolean,
name: String,
clearable: { clearable: {
type: Boolean, type: Boolean,
default: true default: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment