like in task object we can auto populate the previous values image below
3 Antworten
It looks to be browser auto-complete itself. Browser somehow manipulates the markup and suggests auto-complete suggestions. You can try disabling it in your browser and check if it's still suggesting you the text.
Having said that, there is no way of implementing auto-suggestion. However, you can try implementing it using Lightning component.