Hi all, I have a Drop down choice field and would like to override the default select value.
I have made following settings but the default value is empty. Is there sth
missing?
setNullValid(true);
@Override
protected String getNullKeyDisplayValue() {
return "Please choose";
}
Thanks, Chris
