We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e5ca6 + 5a01852 commit 55e1c62Copy full SHA for 55e1c62
resources/views/quantity.blade.php
@@ -52,7 +52,7 @@
52
minValue: {{ $getMinValue ?? 0 }},
53
isDecrementAllowed: true,
54
isIncrementAllowed: true,
55
- isDisabled: {{ $isDisabled ? 'true' : 'false' }}
+ isDisabled: {{ $isDisabled ? 'true' : 'false' }},
56
increment() {
57
if(! this.isDisabled && this.state < this.maxValue && this.state >= this.minValue){
58
this.state++
0 commit comments