update Select component

update Select component:add filterable
This commit is contained in:
梁灏 2016-10-24 11:44:11 +08:00
parent e355dd49d3
commit e4ebd30438
4 changed files with 63 additions and 12 deletions

View file

@ -18,7 +18,8 @@
},
data () {
return {
prefixCls: prefixCls
prefixCls: prefixCls,
hidden: false // for search
}
}
}