Skip to content

Commit aa7e779

Browse files
committed
Updated label function to render tags correctly in view mode #256
1 parent b362334 commit aa7e779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/assets/javascripts/forms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ function orEmptyArray(v) {
10501050
if (match) {
10511051
return self.constraints.text(match);
10521052
}
1053-
return '';
1053+
return value || '';
10541054
}
10551055
}
10561056

0 commit comments

Comments
 (0)