angularjs - how to restrict input text to enter alpha numeric char with out using directive -
hi friends new in angular js want restrict input text enter alpha numeric. how can achieve without using directive.please <input type="text" id="number" name="number" class="large" maxlength="5">
i want restrict enter alphanumeric value in text box.
Comments
Post a Comment