how can i remove the focusin dropdown that you see in this image?
css or javascript? How?
thanks.
Use autocomplete="off" :
autocomplete="off"
<input type="text" autocomplete="off">
However, this is a non-standard attribute for HTML version <5. In HTML5, you are free to use this attribute, see Link:
If it is an input type text , you can do this by specifying the autocomplete attribute:
input
text
autocomplete
<input type="text" autocomplete="off"/>
Attribute <INPUT ...>
<INPUT ...>
AUTOCOMPLETE = ON | Off
Good reading
How to disable autocomplete form
Source: https://habr.com/ru/post/1436082/More articles:Display text above notification icon in Windows application - c #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1436078/custom-names-to-enumeration-values&usg=ALkJrhhBVwyETn3coM6OZcMM93VLrx_TFQThe advantage of the var keyword in C # 3.0 - variablesDateTimePicker Control Does Not Show AM / PM - vb.netUnable to create survival object: error "Temporary variable is not numeric" - objectSpring JTA transaction with JPA and jndi datasource for Websphere - springTake an arbitrary working copy of git and do exactly the same as the remote branch - gitIs there anything I can do for all open windows when opening a VB6 project? - vb6UIImageView animation frame by frame - iosHow to call the valueJavaScript () function from Qt? - javascriptAll Articles