Skip to main content

Disable Autofill

A plugin for disabling the autofill feature of the browser.

This select expected to open on bottom

Html
<input id="disabledAutoFill" />
Javascript
$("#disabledAutoFill").selectize({
plugins: ["autofill_disable"],
});