HumanSignal / HumanSignal/label-studio
How to update the value in TextArea with native js and synchronize it to TextArea
Open
community_needs-information
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description

I update the value in the textarea using native js, but once the focus disappears, the updated value is gone. I want to know how to synchronize
let textarea = document.querySelector('textarea[name*="translation"]');
textarea.value =new_value;
Contributor guide
Assessment
This issue has not been assessed yet.