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
I'm using react-phone-input-2 and noticed an issue with the country search functionality. When I search for a country (e.g., typing "M"), the results do not prioritize countries that start with the search value. Instead, all countries containing the search value (anywhere in the name) are shown in no particular order.
Expected Behavior:
Countries whose names start with the search value (e.g., "M") should appear first in the search results.
Other countries containing the search value should follow.
The text was updated successfully, but these errors were encountered:
I'm using react-phone-input-2 and noticed an issue with the country search functionality. When I search for a country (e.g., typing "M"), the results do not prioritize countries that start with the search value. Instead, all countries containing the search value (anywhere in the name) are shown in no particular order.
Expected Behavior:
Countries whose names start with the search value (e.g., "M") should appear first in the search results.
Other countries containing the search value should follow.
The text was updated successfully, but these errors were encountered: