Actions
Bug #5375
closedcbselect chokes for large options lists
Description
When a select has a large amount of options (e.g. 533 or maybe as little as a 100) it begins to significantly slow down the page as it has to parse its DOM out. Maybe add a maximum option limit to prevent usage when there are too many values (for backend only).
Updated by beat over 9 years ago
- Target version changed from CB 2.0.10 to CB 2.0.11
Updated by beat about 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !981 by limiting the maximum options to 150 for dynamic select2 usages
Actions