377
Views
6
Comments
Autofill

Hi Guys,

When I click on Add new user it gives me password and email field with autofill .How can I avoid these autofill 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

The auto completion on input fields is not something OutSystems is doing. It is a feature of your browser that you can enable/disable.

Regards,

Daniel

2019-06-15 21-39-22
Afonso Carvalho
 
MVP

Hello Rohan,

As Daniël mentions, this is a browser behaviour and not something directly related to OutSystems. However, you can try modifying your inputs to give browsers a hint that they should not enable this autocomplete behaviour for specific inputs.

You can do this by adding the autocomplete property with the value "off" to your inputs:

Keep in mind that this is just a hint, and it is up to browsers to respect this behaviour. You should have no issues in the latest versions of most common browsers (Chrome, Edge, Firefox). There's a good MDN page with more details here.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

All through about the hints and so, but that doesn't help for using the OutSystems Users application.

2019-06-15 21-39-22
Afonso Carvalho
 
MVP

Is it the Users application? The Select Role label made me think of a custom implementation. Pretty sure it's "Phone" and not "Mobile Phone" as well, but I could be mistaken. Maybe Rohan can clarify this for us.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
2025-04-16 10-58-33
Priyanka Babar

hi rohan

in property window of screen make autocomplete to off


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