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 f3f0d3a commit 95a111bCopy full SHA for 95a111b
src/components/vue-tel-input.vue
@@ -278,7 +278,7 @@
278
if (!props.dropdownOptions.showSearchBox) {
279
return countriesList
280
}
281
- const userInput = data.searchQuery;
+ const userInput = data.searchQuery.toLowerCase();
282
const cleanInput = userInput.replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g, '');
283
284
return countriesList.filter(
0 commit comments