This article mainly introduces how to disable the browser input box and automatically complete compatibility with mainstream browsers such as IE, FF, and Chrome. For more information, see. I hope it will help you to implement the input history function in firefox and ie browsers, which can simplify the input troubles. However, sometimes the pop-up drop-down box will block the content displayed on the page, in some cases, you do not need to record the input box. For example, if you do not query the same number multiple times, you do not need to make browser records.
MSIE customizes the extended attribute autocomplete of input and sets it to off.
This method can be used to shield MSIE, Firefox, chrome, and opera from using another extended attribute disableautocomplete.
The two extended attributes can be used at the same time. The browser automatically parses the attributes based on its own characteristics.