|
|
See Example |
<!DOCTYPE html>
<html>
<body>
<form action='/action_page.php' autocomplete='off'>
<input type='text' autocomplete='off' />
</form>
<br>
<input type='submit' value='Submit'>
</form>
</body>
</html>
There are more ways.
Follow the below.
<input type='text' autocomplete='off' /><form action='' autocomplete='off'><script>
$('input').attr('autocomplete', 'off');
</script>Category: | Web Tutorial |
Sub Category: | HTML Input Types |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference