cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Analysis time series view: long task names clutter up dropdown #1768

Open MetRonnie opened 5 months ago

MetRonnie commented 5 months ago

I'm not sure displaying the selected tasks as chips in the v-autocomplete is working out. And the selected tasks are already shown in the chart legend, so why not just display the number of selected tasks in the v-autocomplete instead of the tasks themselves?

You can do this by providing the #selection slot: https://vuetifyjs.com/en/api/v-autocomplete/#slots-selection

image

_Originally posted by @MetRonnie in https://github.com/cylc/cylc-ui/pull/1510#discussion_r1579686754_