gcanti / tcomb-form

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

Custom struct templates? #140

Closed cranesandcaff closed 9 years ago

cranesandcaff commented 9 years ago

Previously it was possible to create a template for an entire form, I used it primarily to create custom Gridforms layouts, was this removed completely?

gcanti commented 9 years ago

AFAIK templates and template options are still there

cranesandcaff commented 9 years ago

Yep, I was trying to use form.create from the grid forms, that was deprecated/removed but using a custom template still works.