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).
Actions