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

separateDialCode props is not working properly in react version of 17.0.2 #373

Open
PiyushElaunch opened this issue Jul 7, 2021 · 3 comments

Comments

@PiyushElaunch
Copy link

https://user-images.githubusercontent.com/52270558/124715815-05411c00-df21-11eb-8434-d5c645addf6c.png

Used versions

"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl-tel-input": "^8.0.4",

When user client on input is not showing dropdown but when user click on flag its show dropdown why dropdown is not opening on dialCode text click.

@Armand72
Copy link

Armand72 commented Sep 1, 2021

I've solved this issue by adding pointer-events: none; inside the class: .selected-dial-code

@PiyushElaunch
Copy link
Author

I've solved this issue by adding pointer-events: none; inside the class: .selected-dial-code

Thanks, It's working
Please add this pointer-events: none; inside the class: .arrow also because dropdown is not opening on arrow click also.

image

@mcataford
Copy link
Collaborator

Hi @PiyushElaunch! Thanks for reporting this issue!

It seems like there's a path to resolution here, I'd be more than happy to swiftly review changes if either of you or @Armand72 would like to push up your solution! Otherwise, I'll get to it in the next few days!

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

No branches or pull requests

3 participants