Skip to content

Commit e2932fd

Browse files
johnheinerLeopoldthecoder
authored andcommitted
date-picker: added name attr support
1 parent d290848 commit e2932fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/date-picker/src/picker.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
:id="id"
99
v-clickoutside="handleClose"
1010
:placeholder="placeholder"
11+
:name="name"
1112
@focus="handleFocus"
1213
@blur="handleBlur"
1314
@keydown.native="handleKeydown"
@@ -206,6 +207,7 @@ export default {
206207
readonly: Boolean,
207208
placeholder: String,
208209
disabled: Boolean,
210+
name: String,
209211
clearable: {
210212
type: Boolean,
211213
default: true

0 commit comments

Comments
 (0)