diff --git a/addon/components/x-select.js b/addon/components/x-select.js index 4ee9119..422901a 100644 --- a/addon/components/x-select.js +++ b/addon/components/x-select.js @@ -24,7 +24,7 @@ var isArray = Ember.isArray; export default Ember.Component.extend({ tagName: "select", classNameBindings: [":x-select"], - attributeBindings: ['disabled', 'tabindex', 'multiple'], + attributeBindings: ['disabled', 'tabindex', 'multiple', 'name', 'autofocus', 'form', 'required', 'size'], /** * Bound to the `disabled` attribute on the native