Closed ulugbekrozimboyev closed 4 years ago
The issue start to occured from 10.1 version. message is: Uncaught TypeError: this.state.value.slice is not a function My code is below:
Uncaught TypeError: this.state.value.slice is not a function
changeUser = option => { this.setState({ userId: option.value }); }; <SelectSearch name="userId" className="select-search-box" value={defaultFormData.userId} height={172} onChange={value => this.changeUser(value)} options={ userOptions } placeholder={translate('main.projectList.user')} />
I roll bact to 9.6 version it is fixed.
Fixed in v1
The issue start to occured from 10.1 version. message is:
Uncaught TypeError: this.state.value.slice is not a function
My code is below:I roll bact to 9.6 version it is fixed.