We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: