Skip to content

Commit e617628

Browse files
updated assets
1 parent 13a78d4 commit e617628

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/js/forms-admin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ var forms = function(m, i18n) {
212212
forms.hidden = function( config ) {
213213
config.placeholder('');
214214

215+
// if this hidden field has choices (hidden goups), glue them together by their label.
215216
if( config.choices().length > 0 ) {
216217
config.value( config.choices().map(function(c) {
217218
return c.label();

assets/js/forms-admin.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)