date-picker: added name attr support

pull/7744/head
John Heiner 2017-10-25 13:59:47 -04:00 committed by 杨奕
parent d2908487d7
commit e2932fd781
1 changed files with 2 additions and 0 deletions

View File

@ -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