Skip to content

Commit c36740c

Browse files
authored
Fix required for radios
1 parent e13ad6e commit c36740c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BootstrapForm.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,6 @@ public function radios(
654654
$radioOptions = array_merge(['no-error' => true], $options);
655655
$index = 0;
656656

657-
Arr::forget($radioOptions, 'required');
658-
659657
foreach ($choices as $value => $choiceLabel) {
660658
$checked = $value === $checkedValue;
661659

0 commit comments

Comments
 (0)