I have an input box for surname and I have set Autocomplete = "nope" or even tried "off". For some reason, it's not picking it and always allowing me to select from autocomplete list.
Our Ui app is hosted through CDN. So when I access my app through link [https:// Xyz. net
] via CDN then Autocomplete off does not work.
but when I access its source link [https// xyz.azurewebsites. net]
the autocomplete off works for same chrome browsers.
not sure why a change in behavior for the same app in the different source location. Note: I tried to purge the content in CDN and it didn't work.
My expected behavior is textbox should not show autocomplete options.
Any guidance is much appreciated.