Skip to content

Commit 2df4e5f

Browse files
author
Open Lowcode SAS
committed
1 parent ac7a59a commit 2df4e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/openlowcode/client/graphic/widget/CChoiceField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ public Function<CChoiceFieldValue, String> keyExtractor() {
10501050

10511051
@Override
10521052
public Function<CChoiceFieldValue, String> labelExtractor() {
1053-
return (t) -> (t.getDisplayvalue());
1053+
return (t) -> ((t.getDisplayvalue()!=null?t.getDisplayvalue():""));
10541054
}
10551055

10561056
}

0 commit comments

Comments
 (0)