Hi,
I’m having some trouble with text fields on property grid keeping the on change focus after i’ve manually set the values.
How can I make sure to stop all onChange or whatever other event to fire when updating text fields?
I’m using openFL.
Here is a .gif with the issue. Notice how the previous number i set on a object is passed to the next one after I select it and update the property grid with it’s new value. I’ve traced it out and the new values are being set but then right after something overwrites it with the value I previously entered.