gcanti / tcomb-form

Forms library for react
https://gcanti.github.io/tcomb-form
MIT License
1.16k stars 136 forks source link

any way to have the form displayed inline? #240

Closed shangsunset closed 8 years ago

shangsunset commented 8 years ago

i want to make two fields of the form displayed as inline form style. is there a way to do this? or is there a way to group two fields in a div?

thanks.

gcanti commented 8 years ago

is there a way to do this?

Not out of the box. You can define a custom template though (https://github.com/gcanti/tcomb-form/blob/master/GUIDE.md#templates).