mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [rate] avoid capturing focus when disabled (#23589)
* fix(components): [select] avoid capturing focus when disabled * chore: revert handlekey
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
:aria-valuetext="text || undefined"
|
||||
aria-valuemin="0"
|
||||
:aria-valuemax="max"
|
||||
tabindex="0"
|
||||
:style="rateStyles"
|
||||
:tabindex="rateDisabled ? undefined : 0"
|
||||
:aria-disabled="rateDisabled"
|
||||
@keydown="handleKey"
|
||||
>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user