diff --git a/components/lib/inputswitch/InputSwitch.vue b/components/lib/inputswitch/InputSwitch.vue index a7274deb8..59ceb6f1c 100755 --- a/components/lib/inputswitch/InputSwitch.vue +++ b/components/lib/inputswitch/InputSwitch.vue @@ -45,8 +45,6 @@ export default { this.$emit('input', newValue); this.$refs.input.focus(); } - - event.preventDefault(); }, onFocus(event) { this.focused = true;