diff --git a/src/components/radiobutton/RadioButton.vue b/src/components/radiobutton/RadioButton.vue index 8b9a7ce1e..0b0f77d56 100644 --- a/src/components/radiobutton/RadioButton.vue +++ b/src/components/radiobutton/RadioButton.vue @@ -38,7 +38,6 @@ export default { this.$emit('click', event); this.$emit('input', this.value); this.$refs.input.focus(); - this.focused = true; if (!this.checked) { this.$emit('change', event);