Search code examples
meteormeteor-autoform

Difference between afFieldInput and afQuickField?


I am working on autoform package in meteor. I would like to know the differences between afFieldInput and afQuickField and on what basis do we need to choose afFieldInput or afQuickField, examples would help more to understand it.


Solution

  • Basically an afQuickField will render titles, form groups, etc, whereas the afFieldInput will only render the relevant HTML input tag. afQuickField can also handle Object and Array types, which afFieldInput can't.