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 c804608 commit 51c74c9Copy full SHA for 51c74c9
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();
@@ -98,6 +99,10 @@
98
99
:suffix-icon="$suffixIcon"
100
:suffix-icon-color="$getSuffixIconColor()"
101
:valid="! $errors->has($getStatePath)"
102
+ :attributes="
103
+ \Filament\Support\prepare_inherited_attributes($extraAttributeBag)
104
+ ->class(['fi-fo-text-input'])
105
+ "
106
>
107
<div class="w-full flex justify-between items-center gap-x-5">
108
<div class="grow">
0 commit comments