Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Jun 19, 2024
1 parent caaf9fc commit e6ec32f
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion css/forminator-forms.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/forminator-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-bold.full.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-bold.select2.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-default.full.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-default.select2.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-flat.full.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-flat.select2.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-material.full.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/form/forminator-form-material.select2.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/src/forminator-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/forminator-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
if (data.id) {
id = data.id;
}
markup = '<label for="' + id + '" class="forminator-checkbox">' + '<input type="checkbox" value="' + label + '" id="' + id + '" ' + (selected ? 'checked' : '') + ' />' + '<span class="forminator-checkbox-box" aria-hidden="true"></span>' + '<span>' + label + '</span>' + '</label>';
markup = '<label for="' + id + '" class="forminator-checkbox">' + '<input type="checkbox" value="' + label + '" id="' + id + '" ' + (selected ? 'checked' : '') + ' />' + '<span class="forminator-checkbox-box" aria-hidden="true"></span>' + '<span class="forminator-select-label">' + label + '</span>' + '</label>';
return markup;
};
FUI.select2 = function () {
Expand Down
2 changes: 1 addition & 1 deletion js/forminator-form.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/forminator-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
if (data.id) {
id = data.id;
}
markup = '<label for="' + id + '" class="forminator-checkbox">' + '<input type="checkbox" value="' + label + '" id="' + id + '" ' + (selected ? 'checked' : '') + ' />' + '<span class="forminator-checkbox-box" aria-hidden="true"></span>' + '<span>' + label + '</span>' + '</label>';
markup = '<label for="' + id + '" class="forminator-checkbox">' + '<input type="checkbox" value="' + label + '" id="' + id + '" ' + (selected ? 'checked' : '') + ' />' + '<span class="forminator-checkbox-box" aria-hidden="true"></span>' + '<span class="forminator-select-label">' + label + '</span>' + '</label>';
return markup;
};
FUI.select2 = function () {
Expand Down
2 changes: 1 addition & 1 deletion js/forminator-ui.min.js

Large diffs are not rendered by default.

0 comments on commit e6ec32f

Please sign in to comment.