Can the TEXT/AREA be larger than 255 characters?
Best Answer
-
seth_coussens Member Ninja IT Monkey ✭✭✭✭In the custom space, in the SurveyApp/directives/survey/editQuestions.html file you can edit the following line, to up to 2048 characters, as shown below, but currently it's set to 255.<textarea md-maxlength="2048" rows="5" ng-required="!q.Optional" name="textarea{{$index}}" ng-model="q.Answer"></textarea>
I've also added this as a feature request for a future release.5
Answers
I'm finding out the answer for you...
Thanks,
Steve.
I've also added this as a feature request for a future release.