Skip to content

Commit

Permalink
fix(filters): fix placeholder for number filter in bootstrap template (
Browse files Browse the repository at this point in the history
…#1150)

Thank you
  • Loading branch information
jamesRUS52 authored Sep 14, 2023
1 parent 5aeced2 commit 995c744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class="{{ $filterClasses }}"
@if ($inline) style="{{ $theme->inputStyle }} {{ data_get($column, 'headerStyle') }}" @endif
type="text"
class="{{ $filterClasses }}"
placeholder="{{ $placeholder['min'] ?? __('Min') }}"
placeholder="{{ $placeholder['max'] ?? __('Max') }}"
>
</div>
</div>
Expand Down

0 comments on commit 995c744

Please sign in to comment.