gcanti / tcomb-form

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

Labels get removed when using auto placeholders #397

Open jamesscaggs opened 7 years ago

jamesscaggs commented 7 years ago

Version

Tell us which versions you are using:

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

Expected behaviour

Auto-generated Labels should remain intact when applying auto: placeholders

Actual behaviour

Auto-generated Labels disappear when turning on auto placeholders.

Steps to reproduce

  1. Create form with auto generated labels.
  2. Set auto: 'placeholders' in the options
  3. Reload the form and check if labels are still on text inputs.