I have an address form for multiple addresses.
When the form is loaded, the addresses object has a value Active:false that is bind to the enable property to all the input fields in order to block any entry. Then a button named "new address" change the Active property to true in order to enable all the inputs and let the user to enter information.
Is working but the problem is that is not refreshing the fields until you change the select option and then return again to the current address type.
Is there any work around to this?
Thanks.