kjolley / BIGSdb

Bacterial Isolate Genome Sequence Database (BIGSdb): A platform for gene-by-gene bacterial population annotation and analysis.

Home Page:https://pubmlst.org/software/bigsdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The isolate select list in Export.pm uses the count of genomes to decide whether to use a scrolling list

kjolley opened this issue · comments

If use_all is selected then it should use the count of isolates.

Render this using jquery.ui.multiselect in Export.pm

Decided against using jquery.ui.multiselect instead of a standard HTML scrolling list box as it is not possible to easily select multiple consecutive records using SHIFT or any other means.