Answers for "how to turn off auto suggestion in search in js"

6

disable autocomplete javascript

someForm.setAttribute( "autocomplete", "off" ); 
someFormElm.setAttribute( "autocomplete", "off" );
Posted by: Guest on March-12-2020

Code answers related to "how to turn off auto suggestion in search in js"

Browse Popular Code Answers by Language