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]()
Updated by Radek Tomiška over 8 years ago
- Status changed from New to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 0 to 90
I've fixed select box search.
Retest and review my changes, please.
Updated by Ondřej Kopr over 8 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 90 to 100
Test on task detail, multiselect box - OK
Code review found on github - OK
Result - OK
Updated by Radek Tomiška over 8 years ago
- Status changed from Resolved to Closed
Updated by Radek Tomiška over 5 years ago
- Tracker changed from Task to Defect
- Category changed from 20 to Frontend
Actions