Closed sampizelo closed 4 years ago
due to setting the max number of options to 100 when creating selector.
from create_subset_options.js
:
function create_subset_options(data) {
//modified to use semantic ui selector not selectize!
MAXOPTS = 100;
...
I think I did this? don't remember. Probably done out of fear of performance issues.
e.g. "Shakespeare" is not in authors dropdown.