Sha256: 600b6bf45d4fc20f20bf40db2c14ce9ff9d709b4b8f22f09d21f143046105581

Contents?: true

Size: 830 Bytes

Versions: 2

Compression:

Stored size: 830 Bytes

Contents

e2-action action="[info.assoc, 'typeahead']"
  .col-lg-7.col-md-8.col-sm-12
    .input-group.input-group-sm
      input.btn.btn-default [
        type="text"
        ng-model="action.decode"
        bs-options="v.value for v in action.load($viewValue)"
        ng-keypress="action.key_pressed = true"

        ng-disabled="info.disabled"
        ng-class="info.render.class"
        class="form-control"

        data-animation="{{::info.render.animation}}"
        placeholder="..."
        data-html="true"
        data-limit="10"
        bs-typeahead=""
        e2-field=""
      ]
      span.input-group-addon: span.glyphicon.glyphicon-font
      .input-group-btn
        a.btn.btn-default ng-disabled="info.disabled || action.decode == null" ng-click="!info.disabled && action.reset()"
          span.glyphicon.glyphicon-off

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
engine2-1.0.5 views/fields/typeahead_picker.slim
engine2-1.0.4 views/fields/typeahead_picker.slim