Skip to content

Commit

Permalink
fix: Error message for radio group
Browse files Browse the repository at this point in the history
  • Loading branch information
jalagari authored Jan 30, 2025
1 parent 73ff6ec commit cdc1a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/form/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export function createFieldWrapper(fd, tagName = 'div', labelFn = createLabel) {
const renderType = getHTMLRenderType(fd);
const fieldId = `${renderType}-wrapper${nameStyle}`;
fieldWrapper.className = fieldId;
fieldWrapper.dataset.fieldset = fd.Fieldset;
fieldWrapper.dataset.id = fd.id;
if (fd.visible === false) {
fieldWrapper.dataset.visible = fd.visible;
Expand Down

0 comments on commit cdc1a5f

Please sign in to comment.