Skip to content

Commit

Permalink
Update README.md - disableLabel() deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
bomshteyn authored Dec 20, 2023
1 parent 7eb7697 commit d8c07e5
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 d8c07e5

Please sign in to comment.