Hi,
if I have a MASingleOptionDescription NOT requiered, and with a default
value of nil, the MASelectListComponent will display nil two times in
the list box.
It adds one first with MAOptionDescription>>allOptionsWith:
It adds nil too with MASingleOptionDescription>>prepareOption
Bye