I have two input field ("name" and "city") and one textarea on my screen. Text area is filled up with some JSON data and data contains a few details like "name", "city", "address", "pin code" etc.
How do I only update "name" or "city" inside textarea when user type something on "name" or "city" input fields.
Is there something to do multiple bindings with textarea ?
Any help would be appreciated.