Skip to content

Commit

Permalink
docs(examples): change el-date-picker label to aria-label (#16740)
Browse files Browse the repository at this point in the history
docs: change label to aria-label
  • Loading branch information
warmthsea committed May 3, 2024
1 parent 8662178 commit 11680a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/form/size-control.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<el-date-picker
v-model="sizeForm.date1"
type="date"
label="Pick a date"
aria-label="Pick a date"
placeholder="Pick a date"
style="width: 100%"
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/form/validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<el-date-picker
v-model="ruleForm.date1"
type="date"
label="Pick a date"
aria-label="Pick a date"
placeholder="Pick a date"
style="width: 100%"
/>
Expand Down

0 comments on commit 11680a0

Please sign in to comment.