Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can check your current saved values in Developer Console in your browser (f12) and then navigate to Application → Local Storage. The second item in Local Storage should display the current values that are saved.

...

Code Block
localStorage.getItem('autoFillValues');
If you have no autoFillValues stored after Indexing then the browser may be preventing this. You can try to use another browser or review with your browser vendor.