|
@@ -44,7 +44,7 @@
|
|
|
clearable
|
|
|
@clear="c.keyLabel = undefined"
|
|
|
@focus="c.keyPopupVisible = true"
|
|
|
- @blur="c.keyPopupVisible = undefined"
|
|
|
+ @blur="c.keyPopupVisible = false"
|
|
|
@input-change="onKeyInput(c)"
|
|
|
class="shrink-0"
|
|
|
style="width: 152px"
|
|
@@ -114,7 +114,7 @@
|
|
|
clearable
|
|
|
@clear="c.label = undefined"
|
|
|
@focus="c.popupVisible = true"
|
|
|
- @blur="c.popupVisible = undefined"
|
|
|
+ @blur="c.popupVisible = false"
|
|
|
@input-change="onInput(c)"
|
|
|
class="shrink-0"
|
|
|
>
|