jquense / react-formal

Sophisticated HTML form management for React
http://jquense.github.io/react-formal
MIT License
526 stars 52 forks source link

Field type='select' seems broken #89

Closed maullerz closed 8 years ago

maullerz commented 8 years ago

Color select in Documentation didnt work now. <select> is empty.

2016-09-20 14 28 46
    <label>Favorite Color</label>
    <Form.Field name='colorId' type='select'>
      <option value={null}>Select a color...</option>
      <option value={0}>Red</option>
      <option value={1}>Yellow</option>
      <option value={2}>Blue</option>
      <option value={3}>other</option>
    </Form.Field>
cryptic-mystic commented 8 years ago

+1, this was working before we upgraded to the newest version.

tonilaukka commented 8 years ago

Have you found a fix for this issue or did you just pin down to previous version?

jquense commented 8 years ago

it's been fixed in recent versions

tonilaukka commented 8 years ago

OK. It's still broken on the documentation site. Does it use a different version? http://jquense.github.io/react-formal/#/api/field?_k=5amsz6

maullerz commented 8 years ago

@tonilaukka just need to update docs sources

maullerz commented 8 years ago

Issue resolved