We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3183b40 + b71201d commit 9dfc677Copy full SHA for 9dfc677
resources/views/quantity.blade.php
@@ -35,7 +35,7 @@
35
</x-slot>
36
37
<div
38
- {{-- you're more than welocm to refactor this agully code to use alpine async --}}
+ {{-- you're more than welocm to refactor this ugly code to use alpine async --}}
39
{{--ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('quantity','lara-zeus/quantity') }}"
40
ax-load
41
x-data="quantityPlugin({
@@ -48,8 +48,8 @@
48
49
x-data="{
50
state: $wire.$entangle('{{ $getStatePath }}'),
51
- maxValue: {{ $getMaxValue ?? '0' }},
52
- minValue: {{ $getMinValue ?? '0' }},
+ maxValue: {{ $getMaxValue ?? 999999 }},
+ minValue: {{ $getMinValue ?? 0 }},
53
isDecrementAllowed: true,
54
isIncrementAllowed: true,
55
increment() {
0 commit comments