I have already tested this:
this.changedValue = document.getElementById("processID");
this.changedValueString = this.changedValue.value;
console.log("[INFO] Choosen processID: >" + this.changedValueString + "<");
Unfortunately, I get this with logcat:
[INFO:CONSOLE(56878)] "[INFO] Choosen processID: >undefined<"