I can't find how I could remove all lines on textarea containing letters, as I enter it.
For removing it automatically I use bind change and keyup.
I want textarea to show only numbers and spaces, no matter what's entered to it.
ENTERED text and numbers shouldn't change and should contain the same line breaks and spaces. Only LINES containing text should be removed.