Hello i have an about me field on a profile page i created, but noticed that i cant copy and paste words from other documents even when my max length is set to 1000 words, When i copy and paste in the text area , it takes in 50 words or so. My about length in the database is set 2000.Below is what i have in my form. Any help offered is deeply appreciated
<div class="form-group">
<label for="about">About Me</label>
<textarea name="about" rows="3" maxlength="1000" class="form-control" id="about"></textarea>
</div>