• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: How to implement text area where existing value cannot be changed?

Resolved: How to implement text area where existing value cannot be changed?

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

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:
Example Image
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):
The dummy text will be added with your specific Angular sintex etc.

If you have better answer, please add a comment about this, thank you!

angular css html
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Why is NGINX’s $request_uri empty?

24/03/2023

Resolved: How to convert Java bytecode to Webassembly using CheerpJ compiler

24/03/2023

Resolved: Is pandas groupby() function always produce a DataFrame with the same order respect to the column we group by?

24/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.