Hi all,
I am having a password input field, i am getting previous inputs as suggestions
So how to disable this for mobile.
I tried adding attribute autocomplete = "off"; this din't worked.
Thanks in advance :)
Hi Dhiraj,
Try This style once may be it works for you
<input type="text" name="username" id="username" class="form-control" placeholder="Enter your user name" value="" autocapitalize="off" autocomplete="off" spellcheck="false" autocorrect="off" />
Regards
Rahul Sahu
Rahul Sahu wrote:
Hi rahul,
I am not using HTML tag for input,
I used outsystems Input widget, is there any way to achieve this?
Thanks,
DM
Hi All,
Can anyone suggest something on this ??
Thanks DM
When autocomplete="off" not work, please use autocomplete="new-password"
Regards.
Hi Dhiraj
Have you got the solution for this, I am facing the same issue please suggest.
Thanks