Skip to content

Commit

Permalink
Resolved the comment for the bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-in-go committed Dec 16, 2024
1 parent 30fc273 commit 77640b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func (f *Form) ensureRenderItems() {
}

f.setUpValidation(item.Widget, i)
f.itemGrid.Objects[widgetIndex] = item.Widget
f.itemGrid.Objects[widgetIndex] = f.createInput(item)
}

// Refresh the grid to apply changes
Expand Down

0 comments on commit 77640b0

Please sign in to comment.