diff --git a/resources/views/quantity.blade.php b/resources/views/quantity.blade.php index 3c31653..394128b 100644 --- a/resources/views/quantity.blade.php +++ b/resources/views/quantity.blade.php @@ -5,6 +5,7 @@ $hasInlineLabel = $hasInlineLabel(); $extraAlpineAttributes = $getExtraAlpineAttributes(); + $extraAttributeBag = $getExtraAttributeBag(); $id = $getId(); $isDisabled = $isDisabled(); $getMaxValue = $getMaxValue(); @@ -98,6 +99,10 @@ :suffix-icon="$suffixIcon" :suffix-icon-color="$getSuffixIconColor()" :valid="! $errors->has($getStatePath)" + :attributes=" + \Filament\Support\prepare_inherited_attributes($extraAttributeBag) + ->class(['fi-fo-text-input']) + " >