Commit 7002229c1f43427935f976a0c1af7ad9b1192b3a

Authored by Palak Handa
1 parent d36d8705ef
Exists in master and in 1 other branch paytm

validation char limit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pages/registration.html
... ... @@ -136,7 +136,7 @@
136 136 <div class="icon-circle-k">
137 137 <i class="material-icons" style="line-height: 30px;">help</i>
138 138 </div>
139   - <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
  139 + <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." maxlength="512" ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
140 140 </div>
141 141 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
142 142 <strong>What problem you are solving for them? *</strong>
... ...