You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If adding array of numbers to InputMenu the menu isn't closing after choosing a number.
Only way to close it is double-clicking on the dropdown arrow.
The Console shows an error in useFilter.
Additional context
Logs
Uncaught (in promise) TypeError: string.normalize is not a function
at contains (useFilter.js?v=87101672:23:21)
at InputMenu.vue:114:18
at wrappedFn (reactivity.esm-bundler.js?v=87101672:820:19)
at Array.filter (<anonymous>)
at apply (reactivity.esm-bundler.js?v=87101672:828:27)
at Proxy.filter (reactivity.esm-bundler.js?v=87101672:720:12)
at InputMenu.vue:112:50
at Array.map (<anonymous>)
at ComputedRefImpl.fn (InputMenu.vue:112:27)
at refreshComputed (reactivity.esm-bundler.js?v=87101672:353:29)
The text was updated successfully, but these errors were encountered:
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0
Reproduction
Description
If adding array of numbers to InputMenu the menu isn't closing after choosing a number.
Only way to close it is double-clicking on the dropdown arrow.
The Console shows an error in useFilter.
Additional context
Logs
The text was updated successfully, but these errors were encountered: