Sha256: 19f26ccae1e17e15d66d8f87e1ac54cfc43100e65da7adc5864a4dedb319f094

Contents?: true

Size: 603 Bytes

Versions: 2

Compression:

Stored size: 603 Bytes

Contents

.col-lg-4.col-md-4.col-sm-5
  .form-group
    .input-group.input-group-sm
      input [
        type="text"
        ng-model="action.query.search[f]"
        ng-model-options="{debounce: 200}"
        maxlength="15"
        ng-change="action.search_field_change(f)"
        ng-class="info.render.class"
        class="form-control"
        placeholder="{{::info.loc}}"
        e2-search-field=""
      ]
      .input-group-btn
        a.btn.btn-default ng-disabled="!action.query.search[f]" ng-click="action.query.search[f] = null; action.search_field_change(f)"
          span.glyphicon.glyphicon-off

Version data entries

2 entries across 2 versions & 1 rubygems

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