onClearAll

Callback that executes when fields are cleared.

Usage

var options = {
      onClearAll: function(formData) {
          alert('all fields removed');
        },
    };
$(container).formBuilder(options);

See it in Action