Clear autocomplete selection V1

How can I clear the selection of an autocomplete once it has been made? I’ve tried a number of things such as placing code in onOpen and onClose callback functions for example $(".autocomplete-values input:radio[disabled=false]:first").attr(‘checked’, false); but nothing I have tried has worked well.