From 1db559e4c3c7b6ab5be52dd9760430d6256c6029 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 6 Feb 2015 14:03:35 +1030 Subject: [PATCH] It's a component, not a view! --- framework/core/ember/app/components/ui/controls/select-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/ember/app/components/ui/controls/select-input.js b/framework/core/ember/app/components/ui/controls/select-input.js index 52381dacb..020d6955f 100644 --- a/framework/core/ember/app/components/ui/controls/select-input.js +++ b/framework/core/ember/app/components/ui/controls/select-input.js @@ -1,6 +1,6 @@ import Ember from 'ember'; -export default Ember.View.extend({ +export default Ember.Component.extend({ tagName: 'span', classNames: ['select-input'], optionValuePath: 'content',