Closed JoshMoreno closed 4 years ago
Validation errors don't show.
RadioButton::make('My Field') ->options([ 'savings' => 'Savings', 'checking' => 'Checking', ]) ->rules('required') ->default(''),
The ->default('') is a workaround for #10
->default('')
I'll submit a PR.
Validation errors don't show.
The
->default('')
is a workaround for #10I'll submit a PR.