0

I have a text area in my Ionic 2 App, where I want to restrict the user to give comments of only less than 500 characters. How can I achieve it in Ionic 2?

Prithivi Raj
  • 2,658
  • 1
  • 19
  • 34

1 Answers1

1

Try with maxlength=500 in your inputfield.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
yogaraj
  • 11
  • 1