cerebral-legacy / cerebral-module-forms

Form handling for Cerebral
http://cerebral-website.herokuapp.com/documentation/cerebral-module-forms
MIT License
12 stars 5 forks source link

fix: React Select helper value attribute in option tag #26

Closed alafkas closed 8 years ago

alafkas commented 8 years ago

The value attribute of the select tag was not rendered. This resulted in setting the state to the text rather than value of the option object. With this fix you explicitly tell react to render the value attribute.

edgesoft commented 8 years ago

Looks good! Thanks!