-
Notifications
You must be signed in to change notification settings - Fork 221
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
Tel input keeps getting focus #266
Comments
Thanks for point it out. It might be caused by #221. componentDidUpdate() {
this.tel.setSelectionRange(
this.props.cursorPosition,
this.props.cursorPosition
);
} Could you help to fix it? @superhit0 For clarify, I attach the error situation screenshot here: |
@patw0929 Boss I am very busy this month, like neck deep in work, I am not sure I would be of any help this month. PS:- If I get some time on weekends, I will try to pitch in. |
I downgraded to 5.0.7 to remediate this issue. |
@thomasledoux1 @jlibrun22: |
6.1.1 works fine in my project! |
Also confirm that |
6.1.1 fixed the issue on our side too! |
Hi,
We started using version 6.1.0 to be able to use the event itself when the onPhoneNumberBlur is triggered.
We currently have the following code setup:
However, when we focus any other (input) element on the page, the focus keeps going to the telephone input field. This behavior did not happen before we upgraded to 6.1.0. Do you have any idea why this could be happening? This only occurs on Safari (mobile and desktop).
The text was updated successfully, but these errors were encountered: