Website Developers
Helpful info for website developers
If you are a website developer and your users are experiencing a compatibility issue with Keeper's browser extension, please follow the steps below.
Keeper Icon Appearing in Wrong Field

Keeper uses pattern matching to determine if a field should display a lock icon. If a lock icon is showing on a form field in error, you can supply a CSS class of keeper-ignore
to your form element. For example:
<input id="user_field" type="text" class="keeper-ignore my_class"/>
Last updated
Was this helpful?