Clear the input box and automatically save the last recorded value

When we click the input box, it will automatically display the previous input value 

If we don’t want to display the previous value, we can add autocomplete="off" attribute to the input box 

Click the input box again this time to hide

Guess you like

Origin blog.csdn.net/zhang_8626/article/details/102636617