We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of now EDGE doesn't support scrollLeft for input fields and the createTextRange hack that's used for IE11 doesn't work for EDGE.
scrollLeft
createTextRange
So right now my only option is to wait for EDGE to support it. Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of now EDGE doesn't support
scrollLeft
for input fields and thecreateTextRange
hack that's used for IE11 doesn't work for EDGE.So right now my only option is to wait for EDGE to support it. Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: