Custom Variable Dropdown Missing Elements

I am defining a basic Custom Variable and putting in manual variables but whenever I select one of the lower elements from the dropdown the top elements disappear is this an existing issue?


new CustomVariable({
  name: 'Platform',
  query: 'A, B, C, D, E, F, G, H'
});