Hi! Is there any opportunity to add the dropdown m...
# prefect-ui
i
Hi! Is there any opportunity to add the dropdown menu in the deployment run window? We have a few params where the value could be like: • val_1 • val_2 • val_3 typing them over again with the string input — takes time and effort. So would be cool to have a dropdown option here! Maybe there is an option to add some of the dropdowns?
1
c
If you make your parameter an enum you should get a dropdown in the ui with the enum
i
@Craig de Gouveia Thank you! I didn't yet made the approach with enum, but Literal also works!
❤️ 1
❤️ 1
c
Nice! Glad you figured it out