Skip to content

Commit

Permalink
added multiple to read me
Browse files Browse the repository at this point in the history
  • Loading branch information
199ocero committed May 30, 2024
1 parent 6b5911b commit e0b8eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public static function form(Form $form): Form
'class' => 'text-sm font-light text-center'
])
->color('primary') // supports all color custom or not
->multiple() // Select multiple card (it will also returns an array of selected card values)
->columns(3)
])
->columns('full');
Expand Down

0 comments on commit e0b8eb2

Please sign in to comment.