DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
60 stars 13 forks source link

Channel Selector Dropdown dysfunction #130

Closed rwbaer closed 2 years ago

rwbaer commented 2 years ago

Describe the bug When using cyto_spillover_compute(), the channel selector dropdown is not working properly, particularly on samples after the first one. I'm pretty sure this used to work fine, but it has been dysfunctional for a while now.

To Reproduce Steps to reproduce the behavior:

  1. Run cyto_spillover_compute
  2. Attempt to populate the channels for the bead standards
  3. Note that the scrolling arrows don't produce the set of selection but are blank.
  4. If you type in the channel names by hand, things work fine, FL2-AREA, FL3-AREA, etc.

Expected behavior I expect the dropdown to show the available channels ChannelSelector

Desktop (please complete the following information):

Additional context As noted, the workaround is to simply type in the desired channel name for each file.

Interesting, I think TAB completion is working when filling in the blank channel fields.

DillonHammill commented 2 years ago

The dropdown works as expected there is just not enough space to display the options since your table is so small. You will need to make use of the autocomplete functionality here.