Does anybody have a Sample of vitural keyboard with autocomplete?
I put text field with autocomplete which is working in normal type with physical keyboard. I can't make autocomplete work when you type with mouse on the screen keyboard.
I would appreciate for any suggestion or sample code.
not sure what method you're using, but if you use the "list" attribute of an input to point to a <datalist> or <select>, the autocomplete works as expected because it considers the .value of the input bound to the list.
if you are using jquery or something, you'll have to consult the documentation provided.
Bookmarks