Skip to content

Commit

Permalink
Merge pull request #79 from bomshteyn/patch-1
Browse files Browse the repository at this point in the history
Update README.md - disableLabel() deprecated
  • Loading branch information
awcodes authored Dec 20, 2023
2 parents 7eb7697 + d8c07e5 commit 66f7290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ This field has most of the same functionality of the [Filament Forms Repeater](h
TableRepeater::make('social')
->schema([
Select::make('platform')
->disableLabel()
->hiddenLabel()
->options([
'facebook' => 'Facebook',
'twitter' => 'Twitter',
'instagram' => 'Instagram'
]),
TextInput::make('handle')
->disableLabel(),
->hiddenLabel(),
])
->columnSpan('full')
```
Expand Down

0 comments on commit 66f7290

Please sign in to comment.