xogroup / tk-form-fields

3 stars 1 forks source link

Enhancements necessary for modal #9

Closed GeorgeTaveras1231 closed 7 years ago

GeorgeTaveras1231 commented 8 years ago

Blocked on #10, #11, #13, #14

Problems addressed

// in global context
XO.FormFields.init();

// in common js
require('tk-form-fields').init()

// With an in-memory form object
require('tk-form-fields').initializeForm(myForm)
jazzcrazed commented 8 years ago

Looks pretty good, but the docs don't seem to reflect using JS validation. Can you update those accordingly?

GeorgeTaveras1231 commented 8 years ago

@jazzcrazed Sure no problem. Do you think you are ready to merge this PR once the documentation is updated?