viclafouch / mui-tel-input

📌 A phone number input designed for MUI (Material ui) V6 built with libphonenumber-js
https://viclafouch.github.io/mui-tel-input
MIT License
171 stars 66 forks source link

Key pressing issues #73

Closed MariuzM closed 8 months ago

MariuzM commented 1 year ago

When i pres S it does not scroll to start of the S country. But in general this i've noticed it's so random. Is there full support on keyboard key press?

MariuzM commented 1 year ago

Yes the version 3 is weird with keyboard support but 2 is stable but does not have keyboard support. Also v2 is faster to open list

MariuzM commented 1 year ago

So still having same issue both on new version and old for example pressing D it selects Algeria or Germany so whats up with that? @viclafouch

MariuzM commented 1 year ago

So looks like its doing this based on the ISO code and not the Country actual name Disabling this solves the issue

image