Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Unanswered

Autocomplete suggestions for fields in forms

(0) ShareShare
ReportReport
Posted on by 312

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.

MartinVargas_0-1653504737173.png

 

Is there any way to hide this?

 

Can someone help me here? I'd appreciate it guys.

 

Categories:
  • CU22081450-0 Profile Picture
    Most Valuable Professional on at
    Re: Autocomplete suggestions for fields in forms

    @MartinVargas , happy to hear that! 🙂

     

    Good luck.

  • MartinVargas Profile Picture
    312 on at
    Re: Autocomplete suggestions for fields in forms

    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");
    
    });

     

  • CU22081450-0 Profile Picture
    Most Valuable Professional on at
    Re: Autocomplete suggestions for fields in forms

    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 

  • CU22081450-0 Profile Picture
    Most Valuable Professional on at
    Re: Autocomplete suggestions for fields in forms

    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.

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.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43