guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Q] Accessing ObjectProperty but not via a button and action?

sjjk001 opened this issue · comments

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.

Capture

@sjjk001
What about bindings or validator (see doc for details) ?