Is it possible to create an autocompleted field using data from an external (non Salesforce) REST/JSON API?
I guess that if I try to do it I'll run in some same-origin policy problems. So maybe using an APEX class acting as proxy between my JS and my API?