FIX: various select-kit corrections on mobile

This commit is contained in:
Joffrey JAFFEUX
2018-07-20 14:46:25 -04:00
committed by GitHub
parent 3fdc4f2df1
commit 78a2324c89
5 changed files with 13 additions and 26 deletions

View File

@ -92,17 +92,6 @@ export default Ember.Component.extend(
this.set("computedContent", []);
this.set("highlightedSelection", []);
if (this.site && this.site.isMobileDevice) {
this.setProperties({
filterable: isNone(this.get("filterable"))
? false
: this.get("filterable"),
autoFilterable: isNone(this.get("autoFilterable"))
? false
: this.get("filterable")
});
}
if (this.get("nameChanges")) {
this.addObserver(
`content.@each.${this.get("nameProperty")}`,