Quick Start
1. Include the Enzoic JS Library
<script async type="text/javascript"
src="https://cdn.enzoic.com/js/enzoic.min.js" />2. Enable Enzoic on Your Password Input Control
<input type="password" enz-enable /><script type="text/javascript">
var passwordEl = document.getElementById('id_of_your_password_input');
Enzoic.applyToInputElement(passwordEl);
</script>3. Modify Your Form Validation Logic
That’s it!
Last updated
Was this helpful?