Skip to content

Select is not changing value #592

@simkesd

Description

@simkesd

Hello, I am using Select.Async but cant seem to make it show selected value, even tough onChange shows correct value.
I have this

<Select.Async name="form-field-name" 
onChange={this._clientChange} 
autoload={false}
loadOptions={this.getOptions} />

options are successfully loaded (also loading bar is working) but when i click any element from select box input field remains empty. Any idea what could that be? what additional info can i provide?

Im using "react": "^0.14.1" and "react-select": "^1.0.0-beta5",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions