You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a manager I want to quickly add new options for a dropdown field without need for technical support when our project structure changes a bit.
Requirements:
allow typing for dropdowns to narrow results
provide option to create new item (and clearly distinguish that visually from selecting an existing option, consider asking for confirmation to avoid unintended entries being created?)
provide UI to edit (the label of) an entry
delete an entry (and provide logic to ensure the delete value is not used anywhere)
enforce permissions that control adding enum options
The text was updated successfully, but these errors were encountered:
As a manager I want to quickly add new options for a dropdown field without need for technical support when our project structure changes a bit.
Requirements:
The text was updated successfully, but these errors were encountered: