Skip to content

Commit

Permalink
make type of field required
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wesely committed Aug 26, 2024
1 parent c39e2c9 commit 45d6591
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function form(Form $form): Form
->maxLength(255),
Select::make('type')
->options(FilamentFieldTypeEnum::class)
->required()
->live(),
TagsInput::make('options')
->hint('Press enter after inputting each option')
Expand Down

0 comments on commit 45d6591

Please sign in to comment.