Open Closed

How to disable autocomplete in forms? #1703


User avatar
0
Shoba24 created
  • ABP Framework version: v4.3.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I want to disable autofill in forms.I tried many methods but didn't work anyway.


4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Actually , this is a feature of browsers

    Check: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

    You also need to delete the address saved by the browser.

  • User Avatar
    0
    Shoba24 created

    Hi,

    yes we tried this already in many ways.But still autocomplete works.(Check: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion)

    Eg:this is using jquery to off autocomplete.when we inspect input field auto complete is off but it still works..

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You also need to delete the address saved by the browser.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11