-
Notifications
You must be signed in to change notification settings - Fork 220
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
Dropdown arrow won't open dropdown #365
Comments
This issue is accrues because of To solve Arrow Dropdown Click:- .intl-tel-input.allow-dropdown .arrow { To Solve Country Code Click:- setTimeout(() => { *If you want to add css for Country Code then you can do like this. |
To solve this issue, just add this CSS to you global CSS file. Chcete-li tento problém vyřešit, přidejte do svého globálního souboru CSS níže uvedený kód CSS. .intl-tel-input.allow-dropdown .arrow { |
Just add a global css rule to disable click listeners on arrow class
|
Clicking on down arrow, won't open the dropdown.
Expected Behavior
When i click right on the arrow symbol the dropdown should open.
Current Behavior
The dropdown won't open
Steps to Reproduce
Environment
v8.0.4
Chrome,
The text was updated successfully, but these errors were encountered: