Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Browser Autocomplete / AutoFill Issue

Behavior:

  1. Input controls are showing autocomplete lists with previously entered values
  2. Suggestion lists may cover other control which decreases user experience
  3. Selecting item in autocomplete list may result in Salesforce Internal Error.

Description

This issue is a Salesforce bug which cannot be resolved from Closeplan side. It is caused by lightning:input component behavior where autocomplete attribute is entirely ignored (and not documented). Sequentially, using autocomplete may throw an error, most likely due to LockerService proxy.

  • Source: Lightning:input components
  • Affects: potentially all forms where lightning:input components are used

Resolution:

  • No labels