AutoSuggest
AutoSuggest copied to clipboard
EDGE: Scroll position is not maintained for input fields
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.
So right now my only option is to wait for EDGE to support it. Any suggestions would be appreciated.