Skip to content

Latest commit

 

History

History
executable file
·
39 lines (24 loc) · 961 Bytes

multi-date-field-usage.md

File metadata and controls

executable file
·
39 lines (24 loc) · 961 Bytes

Home / MultiDateField

MultiDateField

This widget is a multi-date picker form widget. MultiDateField it is intrinsically a MultiDatePicker widget and accepts all of its attributes.

Usage

import { MultiDateField } from "react-simple-widgets";

<MultiDateField
    name={name}
    label={label}
    helper={helper}
    leading={leading}
    trailing={trailing}
/>