diff --git a/components/select/option-group.vue b/components/select/option-group.vue index e0c5d7b5..f3055fd9 100644 --- a/components/select/option-group.vue +++ b/components/select/option-group.vue @@ -18,7 +18,8 @@ }, data () { return { - prefixCls: prefixCls + prefixCls: prefixCls, + hidden: false // for search } } } diff --git a/components/select/option.vue b/components/select/option.vue index 1f073ba5..f038a030 100644 --- a/components/select/option.vue +++ b/components/select/option.vue @@ -1,5 +1,5 @@