gcanti / tcomb-form

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

Placeholder value for enums #356

Closed wookiem closed 7 years ago

wookiem commented 7 years ago

How do you change the placeholder value for enums to override the default to the dash mark '-' ? I've been looking through the documentation and issues and couldn't find anything on this.

gcanti commented 7 years ago

https://github.com/gcanti/tcomb-form/blob/master/GUIDE.md#null-option

wookiem commented 7 years ago

Thanks gcanti.