adamwathan / form

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.
MIT License
232 stars 117 forks source link

Select with optgroup #64

Closed larbous closed 8 years ago

larbous commented 8 years ago

Hello Adam

How can I create a select with optgroup?

Thanks.

adamwathan commented 8 years ago

Hey @lsobral check out these tests for examples: https://github.com/adamwathan/form/blob/master/tests/SelectTest.php#L177-L230