I'm looking to custom render a lookup field so that I can add an option before all choices if there is no match. Using input.autocomplete({source:.., select:...}) and source function seems to work partially. Can you provide a simple example to show like an array of static values in the custom renderer for a lookup field? Simple value and label pair do not seem to display the dropdown values properly. Thanks!