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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -