We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f463d commit fbb0eb2Copy full SHA for fbb0eb2
resources/views/quantity.blade.php
@@ -5,6 +5,7 @@
5
6
$hasInlineLabel = $hasInlineLabel();
7
$extraAlpineAttributes = $getExtraAlpineAttributes();
8
+ $extraAttributeBag = $getExtraAttributeBag();
9
$id = $getId();
10
$isDisabled = $isDisabled();
11
$getMaxValue = $getMaxValue();
@@ -94,6 +95,10 @@
94
95
:suffix-icon="$suffixIcon"
96
:suffix-icon-color="$getSuffixIconColor()"
97
:valid="! $errors->has($getStatePath)"
98
+ :attributes="
99
+ \Filament\Support\prepare_inherited_attributes($extraAttributeBag)
100
+ ->class(['fi-fo-text-input'])
101
+ "
102
>
103
<div class="w-full flex justify-between items-center gap-x-5">
104
<div class="grow">
0 commit comments