Announcements
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 @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.
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.
@MartinVargas
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"); });
@MartinVargas , happy to hear that! 🙂
Good luck.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
M Bilal Khan 110
sannavajjala87 30 Super User 2026 Season 2
Mohsin Ali 24