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

date-picker: added name attr support

parent d2908487
......@@ -8,6 +8,7 @@
:id="id"
v-clickoutside="handleClose"
:placeholder="placeholder"
:name="name"
@focus="handleFocus"
@blur="handleBlur"
@keydown.native="handleKeydown"
......@@ -206,6 +207,7 @@ export default {
readonly: Boolean,
placeholder: String,
disabled: Boolean,
name: String,
clearable: {
type: Boolean,
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