You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
644 B
16 lines
644 B
<style>::-ms-clear,::-ms-reveal{display: none;}</style> |
|
|
|
<form pjax-container action="{!! $action !!}" class="input-no-border quick-search-form d-md-inline-block" style="display:none;margin-right: 16px"> |
|
<div class="table-filter"> |
|
<label style="width: {{ $width }}rem"> |
|
<input |
|
type="search" |
|
class="form-control form-control-sm quick-search-input" |
|
placeholder="{{ $placeholder }}" |
|
name="{{ $key }}" |
|
value="{{ $value }}" |
|
auto="{{ $auto ? '1' : '0' }}" |
|
> |
|
</label> |
|
</div> |
|
</form>
|
|
|