nmggithub

#52262: fix: don't show empty autofill popup

Merged
Created: Jul 4, 2026, 9:37:00 AM
Merged: Jul 13, 2026, 10:37:41 AM
8 comments
Target: main

Description of Change

Resolves #52260. This was written with the help of GPT-5.5 with the Codex CLI. Not sure if this needs release notes as it's unclear how impactful this bug has been.

Checklist

Release Notes

Notes: Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS.

Backports

41-x-y
In-flight
PR Number
#52320
Waiting to be merged
42-x-y
In-flight
PR Number
#52319
Waiting to be merged
43-x-y
In-flight
PR Number
#52321
Waiting to be merged
44-x-y
In-flight
PR Number
#52318
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron