Commit a87ce4b2 authored by 好多大米's avatar 好多大米 Committed by GitHub

Radio: fix checked state when browser go back (#21250)

parent c50a0bf9
......@@ -24,6 +24,7 @@
tabindex="-1"
@focus="focus = true"
@blur="focus = false"
autocomplete="off"
>
<span
class="el-radio-button__inner"
......
......@@ -34,6 +34,7 @@
:name="name"
:disabled="isDisabled"
tabindex="-1"
autocomplete="off"
>
</span>
<span class="el-radio__label" @keydown.stop>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment