-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
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",
johnner
Metadata
Metadata
Assignees
Labels
No labels