quick-search.blade.php 644 B

12345678910111213141516
  1. <style>::-ms-clear,::-ms-reveal{display: none;}</style>
  2. <form pjax-container action="{!! $action !!}" class="input-no-border quick-search-form d-md-inline-block" style="display:none;margin-right: 16px">
  3. <div class="table-filter">
  4. <label style="width: {{ $width }}rem">
  5. <input
  6. type="search"
  7. class="form-control form-control-sm quick-search-input"
  8. placeholder="{{ $placeholder }}"
  9. name="{{ $key }}"
  10. value="{{ $value }}"
  11. auto="{{ $auto ? '1' : '0' }}"
  12. >
  13. </label>
  14. </div>
  15. </form>