scrollToFieldOnAdd

smooth scroll to a field when its added to the stage

Usage

const options = {
  scrollToFieldOnAdd: true,
}
$(container).formBuilder(options)

See it in Action