1265
Views
12
Comments
How to stop Autofill for Input Field
Question
Application Type
Reactive
Service Studio Version
11.10.17 (Build 40957)
Platform Version
11.10.0.27532

Hi Team,

How can we stop Autofill for Input Field?


I assume that autocomplete and autofill is different.

Below snap is the autocomplete behavior and above snap is the autofill behavior.

To stop autocomplete below behavior I tried using either of the options autocomplete = "nope" or autocomplete = "off".

Regards,

Vinod

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Vinod,

This seems the auto-complete of Google Chrome. I'm not sure if you can apply some CSS to prevent that from happening.

2022-02-17 14-08-46
Rafael Valente

Hi Vinod.

I share Kilian's opinion. It seems like browser auto-complete.

Take a look at this post because it did work - https://www.outsystems.com/forums/discussion/40657/stop-form-from-remembering-previous-inputs/

2023-03-08 10-32-19
Vinod Kumar R

I tried implementing it earlier. It fixed the second behavior and not the first behavior.

2022-02-17 14-08-46
Rafael Valente
2022-02-17 14-08-46
Rafael Valente

Are you always using that browser?

You can try and disable autofill.

2021-06-01 05-56-33
Komal Kumbhar

Hi Vinod,

Please try as per following screen shot , add extended property to the input field that you want to stop the auto fill


Hope this Help you,

Regards,

Komal


2021-10-04 02-42-50
Merliny

Hi Vinod, 

This is the browser feature. But we can add an attribute named 'autocomplete' with the value 'off' to the input field to disable this feature. BTW, if the Input Field is for password, then we can set the value to 'new-password' to the attribute. 

Hope this help you, 

Regard.

2023-03-08 10-32-19
Vinod Kumar R

I tried implementing it earlier. It fixed the second behavior and not the first behavior.

2021-10-04 02-42-50
Merliny

for the first behavior, maybe can try add this attribute to the Form that the Input Field belongs to.

UserImage.jpg
Akshata Patil

We can Also set autocomplete = "No"

2024-12-04 09-53-08
Dingaan Matshoga

This worked for me. For some reason chrome doesn't recognise autocomplete = "No" 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.