79282996

Date: 2024-12-15 19:17:26
Score: 0.5
Natty:
Report link

If you face this issue, you can solve this by using either JQUERY or Javascript

JQUERY:

$(".input-value").val("")

Javascript:

document.getElementById("input-value").value = ""

This will clear all the spaces from textarea and it wont start at the middle. Cursor will be at top left.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Saad Zahoor