Sha256: 25d980932cce0c674118ebefef56f8daf1fa84d9413cbd64e85fa1ee58aa1081

Contents?: true

Size: 823 Bytes

Versions: 2

Compression:

Stored size: 823 Bytes

Contents

e2-action action="[info.assoc, 'typeahead']"
  .col-lg-3.col-md-4.col-sm-5
    .form-group
      .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-class="info.render.class"
          class="form-control"

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

Version data entries

2 entries across 2 versions & 1 rubygems

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