Skip to content

Commit

Permalink
fix: render property
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 16, 2023
1 parent 2e2a7b7 commit 6c84e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ CoCreateSelect.prototype = {
// selectedOption.setAttribute('value', value);
}

CoCreate.render.data({
CoCreate.render.render({
elements: [selectedOption],
data: { data: option }
});
Expand Down

0 comments on commit 6c84e6b

Please sign in to comment.