react-form-with-constraints-bootstrap4
Bootstrap 4 plugin for react-form-with-constraints
Use react-form-with-constraints-bootstrap instead
Simple form validation for React
Bootstrap 4 plugin for react-form-with-constraints
<pre>Fields = <DisplayFields /></pre><Text>Fields = <DisplayFields /></Text>Field.element: HTMLInput | TextInput | undefined, see #41"main": "lib-es5/index.js"esModuleInterop (import * as React vs import React) to increase compatibility with TypeScript users, see b18d61Input is-pending classresetFields()validateFieldsWithoutFeedback()reset() renamed to resetFields()ValidityState instead of typePropTypes.instanceOf() instead of PropTypes.objecttype<Input> component for field stylingreact-form-with-constraints-material-uihasFeedbacks() to implement reset buttonFieldFeedback uses <span style="display: block"> instead of <div> in order to be a child of <p>FieldFeedback with classes props instead of FormWithConstraints.fieldFeedbackClassNamesFieldFeedback with theme props instead of FormWithConstraints.fieldFeedbackStylesInput to InputElementFieldFeedbacksreset(), see #22FieldFeedbacks show attribute replaced by stopvalidateFields() returns Promise<Field[]>validateForm(): does not re-validate fields already validated contrary to validateFields()computeFieldFeedbackKey() implementation