javascript - Virtual keyboard behave as physical keyboard when text field value is overflowed but focus remains -


appologize me if question have been asked or if there other references problem. googling long time still not find solution. still sorry if heading/ question confusing. let me explain problem first.

i have input fields in used jquery keyboard plugin not physical keyboard. therefore values assigned input fields using $(<selector>).val(<value>). input field size enough show 10 character maxlength 20 characters. when enter characters more 10 getting hidden.

for detail explanation please refer these images , explanations

in image have entered a-z displays "l" , portion of "m" still element has focus (otherwise virtual keyboard not display).

enter image description here

but in physical keyboard if enter values same field until remove focus.

enter image description here

now need display last entered value when have focus element , value of element overflowed.

enter image description here

any solution please (this virtual keyboard have been developed me our custom requirement can script changes one)

thanks in advance


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -