
2 respuestas
hi krisstannumi also try to do that but there is no way to change the placeholder in force:inputField. its showing default palceholder. if you want to change placeholer then you have need to create custom lookup component for it. because of the locker service enable we also don't have access the DOM elements. by javaScript such as give class name to 'force:inputField' and then on init function set the placeholder document.getElementsByClassName("example").placeholder = 'custom placeholder' but it's also not working with secure framework :{let me know if it helps you thanks [sfdcmonkey.com]