mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:53:41 +08:00
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)
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user