Hello Power Pages Community
I am working with a form in power apps, I would like to hide the saved data suggestions that the "Boarding date" field shows.
Is there any way to hide this?
Can someone help me here? I'd appreciate it guys.
Hi @renatoromao thanks, you really gave me a great idea and I gave it a solution. In the custom javascript of the form, just add this:
$(document).ready(function(){
$("#crb57_boardingdate_datepicker_description").attr("placeholder", "Autocomplete OFF" );
$("#crb57_boardingdate_datepicker_description").attr("autocomplete", "off");
});
Also, I created your idea here: Disable auto-fill and data suggestions from browsers in forms · Community (microsoft.com)
Feel free to vote and share if needed.
Hi @MartinVargas ,
By default, some browsers are auto-filling fields with the data suggestions.
My experience with this type of issue is that:
1. We can try to remove using some HTML/JavaScripts commands.
html - Disabling Chrome Autofill - Stack Overflow
how to remove autofill chrome in html Code Example (codegrepper.com)
2. Otherwise, in the Power Apps, there is an idea in the forum which you can vote here: Browser auto-fill property on textbox - Power Platform Community (microsoft.com)
3. And you can add your feedback here if needed: Community Feedback - Power Platform Community (microsoft.com)
4. Disable directly in the browsers: How Do I Disable or Clear AutoFill/AutoComplete Information? – iClassPro Support
Unfortunately, that is it today. Hope to have this solution available soon.
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43