Turn off Word Suggestion with Inputscope="Search"

1.1k Views Asked by At

I have a Search Box which is an AutoComplete box In my view having word suggestions with auto complete box makes no sense and occupies additional screen space, but I like Search keyboard layout,

so help me to turn of word suggestion with inputscope search or help me to make the same keyboard layout by any mean.

Thanks

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

Update

Currently I have changed InputScope to URL it gives almost same keyboard layout with no suggestion but only ".com" giving me a bad look.

1

There are 1 best solutions below

1
On

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

  • Default - Default, and other standard input scope values
  • Text - Standard layout with features such as autocorrect and text suggestion

Which implies to me that you'll only get autocorrect if you set it to text.