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",
Hello, I am using Select.Async but cant seem to make it show selected value, even tough onChange shows correct value.
I have this
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",