Appearance
createForm()
Returns FormModel, accepts config object:
reinitialize(optional) works in pair with initialValues. If initialValues is a store with reinitialize set to true the form will be reset every time initialValues store get updatedisDisabled(optional) global flag for a form (purely UI prop) to have global disable state reference on form modelinitialValuesvalues object or store with values objectonSubmit(optional) binds passed unit tosubmittedevent via sample (mainly to reduce boilerplate)onReject(optional) same as onSubmit but called onrejectedeventresetOn(optional) array of units to bindresetevent (mainly to reduce boilerplate)validateOn(optional) array of units to bindvalidateevent (mainly to reduce boilerplate)errors(optional) store with error map which will be passed to$externalErrorsform model field. UI param, no inner logic bound to it.