hi, is this possible.
var arr : ArrayCollection;
<textfield text='{arr.someProperty}'>I know the textfield text will change everytime the ArrayCollection updates, but can the ArrayCollection update when a user types in the textfield. essentially binding the array propety to the textfield value thanks.

