DEV: Autofilter combo boxes on 10+ dropdown items by default

This commit is contained in:
Penar Musaraj 2020-02-04 11:23:15 -05:00
parent 71312d9086
commit 095e3d8946

View File

@ -13,5 +13,5 @@ export default SingleSelectComponent.extend({
headerComponent: "combo-box/combo-box-header"
},
autoFilterable: computed.gte("content.length", 5)
autoFilterable: computed.gte("content.length", 10)
});