gcanti / tcomb-form

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

Config for size not working #399

Open jamesscaggs opened 6 years ago

jamesscaggs commented 6 years ago

Version

Tell us which versions you are using:

"tcomb-form": "^0.9.17", "react": "^15.5.4",

Expected behaviour

Setting config size should change text input size.

Actual behaviour

Size doesnt' change.

Steps to reproduce

  1. Create t.string field
  2. Set config size to sm
  3. Check to see if the size changed.