I am using rails3-jquery-autocomplete. Is it possible to clear the value of an autocomplete field if the autocomplete returns no results? I’m trying to prevent users from submitting values we don’t have in database.
I am using rails3-jquery-autocomplete. Is it possible to clear the value of an autocomplete
Share
I am using an older version but I implemented a
changehandler for theautocomplete()call.