Okipa / laravel-bootstrap-components

Ready-to-use and customizable form components.
MIT License
20 stars 3 forks source link

Multiple fields in Select type Description #59

Closed fbc closed 4 years ago

fbc commented 4 years ago

Would it be possible to do something like this? ->options($contractors, 'id', 'name'.'-'.'company_name')

How would you accomplish a dropdown list with multiple descriptions/labels?

Okipa commented 4 years ago

Yes, you just have to format your $contractors collection or array before you pass it to the select component.