mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-24 10:43:58 +09:00
fix MkSelect.vue
This commit is contained in:
parent
50786b691c
commit
1088a8e0e1
@ -132,10 +132,6 @@ watch(modelValue, () => {
|
||||
}, { immediate: true });
|
||||
|
||||
function show() {
|
||||
if (inputEl.value && inputEl.value.hasAttribute('disabled')) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (opening.value) return;
|
||||
focus();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user