mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [date-picker] validateEvent prop not work (#8194)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
:readonly="!editable || readonly || isDatesPicker || type === 'week'"
|
||||
:label="label"
|
||||
:tabindex="tabindex"
|
||||
:validate-event="validateEvent"
|
||||
@input="onUserInput"
|
||||
@focus="handleFocusInput"
|
||||
@blur="handleBlurInput"
|
||||
|
||||
Reference in New Issue
Block a user