Setting value before options available doesn't update placeholder #74
Labels
issue/bug-confirmed
Issues about a bug that has been confirmed by a maintainer
Milestone
If you set the value on the component before the options are available (e.g. from a parent component's state, which got them from an async store), when the options are finally retrieved and the component is rerendered, the select placeholder stays stuck on the option value rather than displaying the option label. This doesn't seem to be an issue when using the async prop.
3 sec delay example:
http://jsfiddle.net/kb3gN/10048/
The text was updated successfully, but these errors were encountered: