-
+
+ {{ multiselect ?
+ selected
+ :
+ '\'' + selected + '\''
+ }}
+
+
-
- {{ data.item.type=='spectral' ? 'mdi-chart-bell-curve' : 'mdi-chart-scatter-plot' }}
+
+ {{ item.type=='spectral' ? 'mdi-chart-bell-curve' : 'mdi-chart-scatter-plot' }}
- {{ data.item.label }}
+ {{ item.label }}
-
- {{ data.item.type=='spectral' ? 'mdi-chart-bell-curve' : 'mdi-chart-scatter-plot' }}
+
+ {{ item.type=='spectral' ? 'mdi-chart-bell-curve' : 'mdi-chart-scatter-plot' }}
- {{ data.item.label }}
+ {{ item.label }}
diff --git a/jdaviz/components/plugin_viewer_select.vue b/jdaviz/components/plugin_viewer_select.vue
index a20dd85131..bd791ceb82 100644
--- a/jdaviz/components/plugin_viewer_select.vue
+++ b/jdaviz/components/plugin_viewer_select.vue
@@ -28,22 +28,29 @@
:hint="hint ? hint : 'Select viewer.'"
:rules="rules ? rules : []"
:multiple="multiselect"
- :chips="multiselect"
+ :chips="multiselect && !api_hints_enabled"
item-text="label"
item-value="label"
persistent-hint
>
-