There is no such field as updatedTargetValue!!! BUG

Docs say that event.updatedTargetValue for onChange on TextInput should contain new value. BUT, it appears undefined. Is it a bug?

let OnInputKeyPress = function (event, $w) {
    let newValue = event.updatedTargetValue;
}
2 Likes