Would it be possible to add an option to the entitydropdownlist to not show the AppendNullItem if there is only one item bound to the list?
Scenario for this being when using these lists for filters, I have an "All" option available, which still works fine in most cases, but visually the user still ends up selecting the one available item.
Since this is declarative, I don't use the current as I manage this via code which checks the count of the items in the list if greater than 1 I insert the "All" at the top of the list
Just a little something that makes the end user a little happier.
Thanks