Actions
Defect #104
closedBugfix Selectbox
Start date:
08/18/2016
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
In component selectbox is problem with searching in values.
When is more than 10, you can not find another.
Exception:
[ERROR] {} [TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined] TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined at SelectBox.itemRenderer (http://localhost:3000/dist/js/app.js:136644:60) at http://localhost:3000/dist/js/app.js:136400:21 at OrganizationManager.receiveEntities (http://localhost:3000/dist/js/app.js:154326:9) at http://localhost:3000/dist/js/app.js:154293:27
More info:
method: SelectBox.itemRenderer
this.props.searchInFields[Symbol.iterator]()
Actions