You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be able to access the ObjectProperty of the form like in the image below but the only way that I can do it now is through a button and logic written in myActions object. The reason why I want to do that is because I want to use the "valid" property to disable and enable buttons accordingly and an also be able to access "_errors" to display the messages in a div above my form.
The text was updated successfully, but these errors were encountered:
sjjk001
changed the title
Accessing ObjectProperty but not via a button and action?
[Q] Accessing ObjectProperty but not via a button and action?
Oct 5, 2020
Hi,
I need to be able to access the ObjectProperty of the form like in the image below but the only way that I can do it now is through a button and logic written in myActions object. The reason why I want to do that is because I want to use the "valid" property to disable and enable buttons accordingly and an also be able to access "_errors" to display the messages in a div above my form.
The text was updated successfully, but these errors were encountered: