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
Simple use-case: categories and products
When editing the product an expanded (multiple) choice field of categories is displayed.
However when you create a product before you have created any category, there is simply the label/legend of the choice and some empty containers.
There are multiple solutions i came up with:
Add a (configurable) "no choices available" message (my preferred solution)
Just output nothing for form_row and form_widget; form_label behaves normal