Question
How to use backspace or delete button in a Multiline textbox without deleting the line using JS
Can someone help me to find out how to limit the use of backspace / delete button in a multiline textbox so that the line wont delete after the text is cleared.

Currently it is deleting and not aligning with my other multiline textbox data...