guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onChange custom binding to select widget

krishna217 opened this issue · comments

Is there a way to add onChange custom binding like a click to a select form element ?

Found the solution

I have to use change event instead of onChange.