How to verify the enter key in the input box in angular1.x? Prevent verification from reporting errors?

clipboard.png

<textarea ng-model="mailInfo.messageContent" rows="10" 
    class="form-control" placeholder="1 ~ 2000" 
    style="border-radius:3px!important" required  
    ng-pattern="/^.{1,2000}$/" 
    ng-pattern-err-type="1 ~ 2000"> 
</textarea>
                                     
Mar.23,2021
Menu