removeField(field: String): Core
Parameter | Type | Description |
---|---|---|
field * | String | The field name |
const fv = FormValidation.formValidation(document.getElementById('demoForm'),{...});fv.removeField(...);
import formValidation from 'formvalidation/dist/es6/core/Core';const fv = formValidation(document.getElementById('demoForm'),{...});fv.removeField(...);