Announcements
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.
<input>
Classic controls didn’t expose that the same way, which is why you didn’t see this problem before.
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.
autocomplete="off"
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 AutoDisableOnSelect, AccessibleLabel, etc.).
Autocomplete
AutoDisableOnSelect
AccessibleLabel
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 475
WarrenBelz 387 Most Valuable Professional
11manish 289