Question
1
Replies
134
Views
IT
Posted: February 15, 2016
Last activity: February 17, 2016
Closed
How to move cursor (caret) to beginning of autocomplete field?
Hello!
I have next requirement for autocomplete fields: after choosing a value from list of results, need to see beginning of text in autocomplete field. When the field is filled, cursor (caret) placed at the end of the field. This is the reason, why user can't see beginning of text if value too long.
Is it possible (with inline style possibly) to move cursor to beginning of autocomplete field when value selected? Like setSelectionRange in JQuery?
Hi
Have you explored the option of setting client event against the field. Something like OnChange-SetFocus ?