input text remove the following prompt text

Write a simple text box code as follows:
<input type="text"  />

The effect is as follows:
The following prompts are very uncomfortable. Here is a way to remove them. In fact, it is very simple, just need to add an attribute.
<input type="text" autocomplete="off" />

The effect diagram is as follows:
Hope it helps you!


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325936098&siteId=291194637