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
USelectMenu throws regex error while filtering special chars, the select stops filtering, but in the console it throws the following error:
DaS55lpH.js:14 SyntaxError: Invalid regular expression: /(/i: Unterminated group (at DaS55lpH.js:39:107506)
at new RegExp ()
at DaS55lpH.js:39:107506
at Array.some ()
at DaS55lpH.js:39:107428
at u (DaS55lpH.js:10:7546)
at Array.filter ()
at Do (DaS55lpH.js:10:7636)
at Proxy.filter (DaS55lpH.js:10:6121)
at xz.fn (DaS55lpH.js:39:107324)
at DC (DaS55lpH.js:10:3093)
It is reproducable even on official documentation.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Version
v2.18.4
Reproduction
https://stackblitz.com/edit/nuxt-ui-ucgnmg?file=app.vue
Description
USelectMenu throws regex error while filtering special chars, the select stops filtering, but in the console it throws the following error:
DaS55lpH.js:14 SyntaxError: Invalid regular expression: /(/i: Unterminated group (at DaS55lpH.js:39:107506)
at new RegExp ()
at DaS55lpH.js:39:107506
at Array.some ()
at DaS55lpH.js:39:107428
at u (DaS55lpH.js:10:7546)
at Array.filter ()
at Do (DaS55lpH.js:10:7636)
at Proxy.filter (DaS55lpH.js:10:6121)
at xz.fn (DaS55lpH.js:39:107324)
at DC (DaS55lpH.js:10:3093)
It is reproducable even on official documentation.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: