It's possible that there's a race condition between the property change event firing on your change script and the property change firing on the component itself. Try input = event.newValue
instead of reading the component's property.
1 Like