How can I make my searchable Select required?

I've added a Select to my Form (see below) and I want to make it a required field. It works fine without "->searchable()" but when I include it and try to save the form keeps saying the Title field hasn't been filled in even when it has. Select::make('title') ->options(['Mr','Mrs','Ms']) ->searchable() ->label('Title') ->required(),
0 Replies
No replies yetBe the first to reply to this messageJoin