.selected
.value
const CLS_INPUT_TAGS = "autocomplete-input"; elTags = document.getElementsByClassName(CLS_INPUT_TAGS)[0]; elTags.value = "tag1, tag2"; elTags.dispatchEvent(new Event('change'));
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject
.selected
), Icon dropdown, and Tags string input (after setting its.value
).Here's how to do it for Tags: