web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Disable Auto Fill in M...
Power Apps
Suggested Answer

Disable Auto Fill in Modern Controls?

(0) ShareShare
ReportReport
Posted on by 97
Modern controls, unlike old style controls, are subject to browser Auto Complete functionality. As this behavior appears only in modern controls it seems to be something that can be controlled by the devs. Per the HTML spec, autocomplete behavior can be controlled by website developers: https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion
 
The Modern Controls that take text input need a toggle in their properties to allow suppressing of auto complete by the browser, otherwise combo-boxes get blocked by previously entered input:
 
Does anyone have a method (other than telling users to reduce browser functionality) to deal with this?
Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,963 Moderator on at
     
    Apologies, I do not see a question. Are you just explaining this to us, or is there some help you need? If you do not mind clarifying and stating the question./issue would love to help.
     
    Cheers
  • WCarterMVUSD Profile Picture
    97 on at
    @Michael E. Gernaey ah yeah, sorry, do you know how I can keep auto-complete from interfering with the modern combo box control? In a way that doesn't involve trying to get hundreds of people to turn off auto-complete, because that's not happening lol. Thank you!
  • Michael E. Gernaey Profile Picture
    53,963 Moderator on at
     
    Lol I am with you, is annoying as all get out. Just like IntelliSense :-( Ugg.
     
    I have an idea that I haven't tried, as to be transparent I do not use the Modern controls often, its too much of a hassle with all the little idiosyncrasies that drive me bananas.
     
    But I believe, depending on your screen / form setups, forcing the controls to Reset in their Reset property can stop this.
     
    I am going to try it and see. Its almost 2 am so please give me until tomorrow after I am awake.
     
    Also if you do not mind, can you walk me through step by step, just so i repro it the same and hopefully solve it for you, as right now I do not know of a for sure way off the top of my head.
     
    I feel that leavin this upto the Browser for everyone is silly... like.. really silly.
  • Suggested answer
    Ayush Purohit Profile Picture
    9 on at

    This is a known quirk with Modern Controls in Power Apps.

    What you’re seeing is not a Power Apps bug per se, but the fact that modern text/combo box controls are rendered as standard HTML <input> elements, so browsers apply their own autocomplete / autofill.

    Classic controls didn’t expose that the same way, which is why you didn’t see this problem before.


    What’s Going On

    • Browsers (Chrome, Edge, etc.) inject autocomplete suggestions into modern input controls.

    • Devs can suppress this behavior with the autocomplete="off" attribute — but in Power Apps Modern Controls there’s currently no property exposed for it.


    Current Workarounds:

    1. Use Classic Controls (if critical)

    • Classic text/combobox controls don’t get browser autocomplete overlays.

    • If this UI issue is blocking usability, swapping back is the only “no-code” option today.

    2. Wrap the App in Model-Driven Form or Custom Page

    • In a Model-Driven App, you have form field-level metadata where you can influence browser hints.

    • For canvas apps, you don’t have control yet.

    3. Browser-Side Workaround (not ideal)

    • Users can disable autocomplete per-browser or per-site. But as you noted, this isn’t desirable to enforce on all end users.

    4. Feature Request / Microsoft Roadmap

    • As of now, there is no toggle in Modern Controls to disable browser autocomplete.

    • The community has already requested an Autocomplete property in modern controls (similar to AutoDisableOnSelectAccessibleLabel, etc.).

     

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 475

#2
WarrenBelz Profile Picture

WarrenBelz 387 Most Valuable Professional

#3
11manish Profile Picture

11manish 289

Last 30 days Overall leaderboard