Hi Everyone
When the screen renders, it shows the previously created username and password instead of showing a blank form.
In the property put autocomplete and in the value "off"
If It doesn't work you can put "none" or "new-password" for the password input.
https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off
Reagrds,
Márcio
Put this on the attribute of the inputs in the extended properties.
autocomplete="off"
I saw on this post https://www.outsystems.com/forums/discussion/40657/stop-form-from-remembering-previous-inputs/#Post166873
Autocomplete in attribute property?