Hi,
I have to display like below in textarea when user type in name, Address and Phone
Name: ABC
Address: XYZ
Phone: XXX

Hi,
I have to display like below in textarea when user type in name, Address and Phone
Name: ABC
Address: XYZ
Phone: XXX

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Dec 4, 2023, 6:56 AM
Hi Amit,
Please use this one which will help you out,
UI Page :
TypeScript :
Ramesh PalanivelPosted Dec 4, 2023, 6:14 AM
Hi Amit,
Assign textaresvariable with empty string & Apply two way binding for all you inputs fields and concate the string with textaresvariable. Please refer two way binding here,
https://www.knowledgehut.com/blog/web-development/two-way-binding-in-angular