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: special chars in showSearchBox #410

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

mehdisolhan
Copy link
Contributor

When you input special chars to showSearchBox, it throws an error as you can see in screenshot.
Screenshot 2023-08-03 at 15 32 46

there is also an issue about this error: #402

With this pr, special characters are ignored and countries are listed according to the entered letter or number. I didnt use \W or [a-z0-9] regex because it won't work for non english languages like chinese, arabic, turkish etc.

@iamstevendao
Copy link
Owner

Thanks for your help!

@iamstevendao iamstevendao merged commit dd313a1 into iamstevendao:main Aug 3, 2023
andreasvoigt pushed a commit to andreasvoigt/vue-tel-input that referenced this pull request Sep 26, 2023
andreasvoigt pushed a commit to andreasvoigt/vue-tel-input that referenced this pull request Sep 26, 2023
iamstevendao pushed a commit that referenced this pull request Oct 9, 2023
… by filtering leading `00` (#419)

Co-authored-by: Mehdi Solhan <40266538+mehdisolhan@users.noreply.github.com>
fix: special chars in showSearchBox (#410)
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.

None yet

2 participants