Right now, if you want to change for instance the text of a list you have to work with a helper to determine whether or not
a list is empty. Afterwards based on that, you can make a custom empty state design based on conditional visibility.
It would be really handy to
A. Be able to configure an empty message directly in the widget like in the dropdown widget
B. Be able to skip the need for a helper and immediately have a property available like $list = empty; or length=0 in the conditional visibility part
Underneath you have an example how for instance Outsystems handles this