guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
485 stars 174 forks source link

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

Open sjjk001 opened 3 years ago

sjjk001 commented 3 years ago

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

daniele-pecora commented 3 years ago

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