From ab7398668a49c30f4b6095f39980f1e07d72538d Mon Sep 17 00:00:00 2001 From: jhyns Date: Thu, 23 May 2024 20:22:10 +0900 Subject: [PATCH] Fix: prevent active disabled select --- src/components/search/SearchBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/SearchBar.vue b/src/components/search/SearchBar.vue index c041365..26fb746 100644 --- a/src/components/search/SearchBar.vue +++ b/src/components/search/SearchBar.vue @@ -74,7 +74,7 @@ function handleSubmit() { placeholder="시/군/구" v-model="gugun" :options="gugunList" - :disabled="gugunList.length <= 1" + :disabled="(sido?.sidoCode ?? 0) === 0 || gugunList.length <= 1" optionName="gugunName" />