File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212 with :
1313 ref : ${{ github.head_ref }}
1414
Original file line number Diff line number Diff line change 1111 name : phpstan
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 ref : 1.x
1616
Original file line number Diff line number Diff line change 55
66 $hasInlineLabel = $hasInlineLabel ();
77 $extraAlpineAttributes = $getExtraAlpineAttributes ();
8+ $extraAttributeBag = $getExtraAttributeBag ();
89 $id = $getId ();
910 $isDisabled = $isDisabled ();
1011 $getMaxValue = $getMaxValue ();
9899 :suffix-icon =" $suffixIcon"
99100 :suffix-icon-color =" $getSuffixIconColor()"
100101 :valid =" ! $errors->has($getStatePath)"
102+ :attributes ="
103+ \Filament\Support\prepare_inherited_attributes($extraAttributeBag)
104+ ->class(['fi-fo-text-input'])
105+ "
101106 >
102107 <div class =" w-full flex justify-between items-center gap-x-5" >
103108 <div class =" grow" >
You can’t perform that action at this time.
0 commit comments