mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39: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"
|
headerComponent: "combo-box/combo-box-header"
|
||||||
},
|
},
|
||||||
|
|
||||||
autoFilterable: computed.gte("content.length", 5)
|
autoFilterable: computed.gte("content.length", 10)
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user