Replacing empty row in reference selector with text

0
Hi,   I want to replace the empty row in dropdowns & reference selectors with a static text in CSS. I created a class but this clearly isn't working:   .dropdown-filter {     select>option:first-child {     content: "All";     } }   Any suggestions?   Thanks!
asked
1 answers
1

In both widgets, there is a property to set empty option caption. I think that will fulfil your requirement and you do not need any CSS.

 

If you do not see it, try upgrading to a recent Mendix version. But I think it will be there in your version also. 

answered