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?
Asked
Active
Viewed 1,820 times
0
-
can check http://stackoverflow.com/a/39848327/5868331 – mayur Feb 15 '17 at 07:14
-
or can use https://github.com/yuyang041060120/ng2-validation readymade validations – mayur Feb 15 '17 at 07:18
-
Check this - http://stackoverflow.com/questions/39361721/limit-the-length-of-a-string-using-angular-2-ionic-2 – user2372395 Feb 15 '17 at 12:46