Question:
I have one Angular application where I want to implement a text area. In that text area, there will be some existing value (can be anything) that cannot be modified or removed. But users can add new values after the existing one and that new value can be modified or removed.How can I implement a text area like this?
Example:

Thank you.
Answer:
I suggest to search more on here, or on internet. The bellow page can be useful:Disable part of textarea content
So, to be found here (use
contenteditable
on a span):If you have better answer, please add a comment about this, thank you!