form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

Issue #15 fixed: Update Form class #29

Closed danieljames08 closed 5 months ago

danieljames08 commented 5 months ago

Issue #15 fixed: Update Form class to accept HTMLElement as first parameter instead of just string id.

Trilmatic commented 5 months ago

Hi, sorry for the delay I had to attend other things after new year. Thank you for the changes, We would need to still keep the previous compatibility, so the parameter can be both id or html element.

Could you implement those changes? then it can be merged and published in next release planned at the end of this month. Sorry if the issue was not clear enough about this.