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

v0.3.0-rc1

Choose a tag to compare

@gcanti gcanti released this 17 Dec 09:41
· 347 commits to master since this release
  • complete code refactoring, fix #8

BREAKING

  • input option is now factory
  • emptyOption option is now nullOption
  • no more "Choose your ..." option in selects
  • no more need for multiple option, use t.form.select with lists of enums instead
  • i17n option is now called transformer
  • horizontal forms must be handled by the style
  • custom input now must be functions with signature: (opts, ctx) -> React Class
  • optgroup has now a label property instead of group