Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v0.4.0

Choose a tag to compare

@gcanti gcanti released this 02 Feb 12:09
· 294 commits to master since this release
  • complete rewrite

BREAKING

  • removed t.form.create API, use t.form.Form component instead
  • Renamed options->label to options->legend (structs and lists)
  • changed auto default value to labels, #62
  • Always show placeholders that are set, #61
  • renamed t.form.radio to t.form.Radio