Skip to content

Commit

Permalink
fix(Select): possible vulnerabilities (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia authored Aug 26, 2024
1 parent a4c1316 commit 2d6d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radix-vue/src/Select/SelectItemText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const nativeOption = computed(() => {
key: itemContext.value,
value: itemContext.value,
disabled: itemContext.disabled.value,
innerHTML: itemTextElement.value?.textContent,
textContent: itemTextElement.value?.textContent,
})
})
Expand Down

0 comments on commit 2d6d460

Please sign in to comment.