Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to update the value in TextArea with native js and synchronize it to TextArea #6806

Open
tianxinphp opened this issue Dec 18, 2024 · 1 comment

Comments

@tianxinphp
Copy link

image

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;

@heidi-humansignal
Copy link
Collaborator

heidi-humansignal commented Dec 30, 2024

Hello,

I'll close this ticket out as custom javascript is more related to LSE feature.

Thank you,
Abu

Comment by Abubakar Saad
Workflow Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants