Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Select): fixed behaviour of isOptionMatchedByFilter #673

Merged
merged 1 commit into from
May 22, 2023

Conversation

artemipanchuk
Copy link
Contributor

We had an issue with behaviour of filter in Select component. Problem is: it used String::match, which converted string argument into new RegEx without screening of functional characters, hence it crashed web page in case you type [ or ( into filter prompt.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@artemipanchuk artemipanchuk merged commit 823fb09 into main May 22, 2023
@artemipanchuk artemipanchuk deleted the fix/select/apanchuk branch May 22, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants