As a web developer you *cannot* turn this feature ON programmatically if the user has turned it OFF. That is not allowed.
However, if needed, a web developer can turn this feature OFF either for a particular field or for the entire form like below.
<input name="name" autocomplete="OFF" type="text">
<form autocomplete="OFF">
However, if needed, a web developer can turn this feature OFF either for a particular field or for the entire form like below.
<input name="name" autocomplete="OFF" type="text">
<form autocomplete="OFF">
No comments:
Post a Comment