removed selecting the default value of the list

This commit is contained in:
Francesco Mangiacrapa 2024-06-07 10:25:19 +02:00
parent b1f4f68c04
commit 4705aaf933
1 changed files with 4 additions and 4 deletions

View File

@ -1055,10 +1055,10 @@ public class MetaDataFieldSkeleton extends Composite {
// (placeholder)
//selecting the default value of the list
if (field.getDefaultValue() != null) {
tempListBox.setSelectedValue(field.getDefaultValue());
return;
}
// if (field.getDefaultValue() != null) {
// tempListBox.setSelectedValue(field.getDefaultValue());
// return;
// }
//selecting unique element of the list
// if(tempListBox.getItemCount()==1) {