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

setSelectionRange bug for number inputs #50

Closed
JAForbes opened this issue May 2, 2017 · 1 comment
Closed

setSelectionRange bug for number inputs #50

JAForbes opened this issue May 2, 2017 · 1 comment
Assignees
Labels

Comments

@JAForbes
Copy link

JAForbes commented May 2, 2017

If you render a number input and select the value, the embedded web view will become unresponsive. I believe there's some code accessing setSelectionRange on the input, but that method can't be used on a number input.

Uncaught DOMException: Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('number') does not support selection.

@somebee somebee self-assigned this May 3, 2017
@somebee somebee added the bug label May 3, 2017
@somebee
Copy link
Member

somebee commented May 3, 2017

Thanks for reporting. Fixed now in our dev-branch. Will notify when deployed :)

@somebee somebee closed this as completed May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants