Plug-in for filtering and transforming text entered in the input field.
- Тext inserted using the browser autocomplete - not filtered.
- In IE8 - The text is inserted in the INPUT - not filtered.
- Ctrl+Z disabled.
Except loading js-file you need to specify the class it7InputRulesListen and rules for transformation and filtering in the tag attribute data-it7-input-rules:
<script type="text/javascript" src="validationRulesForInputRules.js">
<input name="targetField" class="it7InputRulesListen" data-it7-input-rules="{"uppercase":true,"alphaNumber":true}" />