addon/components/bsy-input.js in bootstrap-bookingsync-sass-1.0.1 vs addon/components/bsy-input.js in bootstrap-bookingsync-sass-1.0.2

- old
+ new

@@ -3,10 +3,11 @@ const BsyInputComponent = Ember.Component.extend({ layout, tagName: "div", classNames: "form-group", - type: "text" + type: "text", + classNameBindings: ["value:filled"] }); BsyInputComponent.reopenClass({ positionalParams: ['value'] });