jackocnr / intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers. Now includes React and Vue components.
https://intl-tel-input.com
MIT License
7.57k stars 1.94k forks source link

Can't scroll the dropdown through arrow keys #1013

Closed mit2sumit closed 4 years ago

mit2sumit commented 4 years ago

As I implemented this for login in one of my client site, everything working perfectly, until I notice the country dropdown is not scrollable through Arrow keys.

Steps to reproduce

  1. Go to here: https://temi-market-dev.openchannel.io/signin/
  2. Try to change country with arrow keys.

Expected behaviour

Actual behaviour

Initialisation options

jackocnr commented 4 years ago

Does it work for you on the demo site? intl-tel-input.com

mit2sumit commented 4 years ago

yup, it works there and in every other places I searched the example for. Not sure, what's causing issue in my end. I also tried initializing it in different page of same site, but it didn't worked there as well.

jackocnr commented 4 years ago

If you can find the minimal set of code that reproduces the problem and put that in a CodePen, then I'd be happy to take a look. Here is an example pen with the plugin up and running - feel free to fork this if it helps.

mit2sumit commented 4 years ago

Well, I further debugged and tried to see if its some JS conflict, and then found that after disabling bootstrap, it worked for me. I've been using the alpha version of bootstrap 4 since 2016. So, the issue for now, is resolved and I appreciate for your time and your prompt response. Thanks!