1

I wonder why I do get this Error-alert in Chrome browser

in Chrome browser.

This is very simple text box with no validation

enter image description here

If that matters, I am using MVC 5, with razor syntax and jQuery

Edit:

Just checked, It's strangely coming only in this textbox, and not the rest.. so bit irking

And, Prevent chrome from autofilling creditcard info didn't work

Irf
  • 4,285
  • 3
  • 36
  • 49
  • Because you're running on localhost without SSL. – stuartd Mar 26 '19 at 17:51
  • Site doesn’t use https? – Risto M Mar 26 '19 at 17:52
  • @RistoM That's ok, but what if it's not supposed to use SSL, – Irf Mar 26 '19 at 17:54
  • I did publish in UAT environment @stuartd , but it is still there.. and yes it **isn't** SSL – Irf Mar 26 '19 at 17:56
  • 2
    Why Chrome thinks it's a credit card is a [mystery](https://www.google.com/chrome/privacy/whitepaper.html#autofill).. see [Prevent chrome from autofilling creditcard info](https://stackoverflow.com/questions/39937170/prevent-chrome-from-autofilling-creditcard-info) for a possible workaround – stuartd Mar 26 '19 at 18:18
  • Have you tried changing the name of the input or adding this tag to the input? autocomplete="off" – Maxwell_Orr Mar 26 '19 at 19:35

0 Answers0