addon/templates/components/bsy-input.hbs in bootstrap-bookingsync-sass-1.0.5 vs addon/templates/components/bsy-input.hbs in bootstrap-bookingsync-sass-2.0.0

- old
+ new

@@ -1,11 +1,11 @@ -<label for="{{id}}">{{label}}</label> +<label for={{id}}>{{label}}</label> {{#if icon}} <i class="icon-{{icon}} {{iconSize}}"></i> {{/if}} -{{one-way-input +{{input value=value - update=update + oninput=update class=inputClassNames type=type id=inputId readonly=readonly placeholder=placeholder