Skip to content

Commit 7a29c21

Browse files
committed
Remove Clear Button from Bootstrap
1 parent 294069a commit 7a29c21

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

resources/views/components/tools/filters/boolean.blade.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,7 @@ class="flex-shrink-0 ml-1 h-6 w-6 rounded-full inline-flex items-center justify-
3434
>
3535
<x-livewire-tables::tools.filter-label :$filter :$filterLayout :$tableName :$isTailwind :$isBootstrap4 :$isBootstrap5 :$isBootstrap />
3636
<input id="thisId" type="checkbox" name="switch" class="form-check-input" role="switch" :checked="value" @click="toggleStatusWithUpdate" x-ref="switchButton"/>
37-
<template x-if="(value == 1 || value == true)">
38-
<button @click="toggleStatusWithReset" type="button"
39-
class="flex-shrink-0 ml-1 h-6 w-6 rounded-full inline-flex items-center justify-center text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:outline-none focus:bg-indigo-500 focus:text-white"
40-
>
4137

42-
<span class="sr-only">{{ __($localisationPath.'Remove filter option') }}</span>
43-
<x-heroicon-m-x-mark class="h-6 w-6" />
44-
</button>
45-
</template>
4638

4739
</div>
4840
@endif

0 commit comments

Comments
 (0)