We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d74bc commit ae80974Copy full SHA for ae80974
packages/core/src/Listbox/ListboxRoot.vue
@@ -227,7 +227,7 @@ function onCompositionStart() {
227
isComposing.value = true
228
}
229
function onCompositionEnd() {
230
- requestAnimationFrame(() => {
+ nextTick(() => {
231
isComposing.value = false
232
})
233
packages/core/src/TagsInput/TagsInputInput.vue
@@ -51,7 +51,7 @@ function onCompositionStart() {
51
52
53
54
55
56
57
0 commit comments