I'm trying to stop the autocomplete pop window from showing in Safari. All other browser work correctly and don't show it, but Safari does.
<input autofill="none" autocorrect="off" type="text" name="client[name]" id="client_name" class="ui-autocomplete-input" autocomplete="off">
Also, this field isn't for username or passwords so it doesn't seem to have anything to do with a noted Sarari bug with those types of fields.