DEV: Autofilter combo boxes on 10+ dropdown items by default
This commit is contained in:
parent
71312d9086
commit
095e3d8946
@ -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)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user