mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
date-picker: added name attr support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user