Skip to content

Commit

Permalink
fix: When cloning a field in enhancedBootstrap mode invisible row pla…
Browse files Browse the repository at this point in the history
…ceholders need to be setup for the new fields
  • Loading branch information
lucasnetau committed Oct 3, 2023
1 parent 5af6feb commit 49b3363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/form-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@ function FormBuilder(opts, element, $) {
$clone.appendTo(colWrapper)

setupSortableRowWrapper(rowWrapper)
ResetAllInvisibleRowPlaceholders()
syncFieldWithNewRow($clone.attr('id'))
}

Expand Down

0 comments on commit 49b3363

Please sign in to comment.