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

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

parent c50a0bf9
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
tabindex="-1" tabindex="-1"
@focus="focus = true" @focus="focus = true"
@blur="focus = false" @blur="focus = false"
autocomplete="off"
> >
<span <span
class="el-radio-button__inner" class="el-radio-button__inner"
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
:name="name" :name="name"
:disabled="isDisabled" :disabled="isDisabled"
tabindex="-1" tabindex="-1"
autocomplete="off"
> >
</span> </span>
<span class="el-radio__label" @keydown.stop> <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