cov-kendo-form-error-summary
v7.2.1
Published
Displays the validation summary for kendo forms
Downloads
14
Readme
cov-kendo-form-error-summary
Made with create-react-library
Install
npm install --save cov-kendo-form-error-summary
Usage
import React, { Component } from 'react'
import COVKendoFormErrorSummary from 'cov-kendo-form-error-summary';
<Form
onSubmit={handleSubmit}
initialValues={props.initialValues}
render={(formRenderProps) => {
return (
<div className="row">
<div className="col-md-6">
<FormElement>
<fieldset className={"k-form-fieldset"}>
<legend className={"k-form-legend"}>{props.title}</legend>
<COVKendoFormErrorSummary formRenderProps={formRenderProps} title={"CHANGEME}/>
<Field
id={"id"}
name={"id"}
label={"ID"}
component={FormInput}
className="form-control small"
disabled
/>
License
MIT © covnpmjs