Disable the Word sentence with Inputscope = "Search"

I have a search field that is an autocomplete field. In my opinion, sentences of words with an automatic transmission do not make sense and take up additional space on the screen, but I like the search for the keyboard layout,

so help me rotate a word sentence by searching for input or help me make the same keyboard layout in any way.

thanks

==================

Update

Currently, I have changed InputScope to a URL, which gives almost the same keyboard layout without any suggestions, but only ".com" gives me a bad look.

+4
source share
1 answer

Have you tried "Default"? Implied http://msdn.microsoft.com/en-us/library/ff426929%28VS.95%29.aspx

  • Default - default values ​​and other standard input area values
  • Text Standard layout with features such as auto-correction and text suggestion.

Which implies that you will get autocomplete only if you set it to text.

0
source

Source: https://habr.com/ru/post/1385121/


All Articles