mirror of https://github.com/ElemeFE/element
Radio: fix checked state when browser go back (#21250)
parent
c50a0bf978
commit
a87ce4b282
|
@ -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 @@
|
||||||
: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>
|
||||||
|
|
Loading…
Reference in New Issue