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"],
});
This select expected to open on bottom
<input id="disabledAutoFill" />
$("#disabledAutoFill").selectize({
plugins: ["autofill_disable"],
});