fix[DatePicker]: [DatePicker]fix the tabindex's default value to 0 (#1589)

This commit is contained in:
AcWrong02 2024-04-30 11:35:32 +08:00 committed by GitHub
parent 30abcc4430
commit d4323a52fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export const datePickerProps = {
tabindex: {
type: String,
default: '1'
default: '0'
},
timeFormat: String,
suffixIcon: Object,