I am trying to emulate a terminal in html/css/javascript in a Vuejs app. For that I am using a textarea.
The user is not supposed to click on a previous line and update or delete the text. So is it possible to prevent user click in the textarea and only allow keyboard actions ?