Edit page

FormDateTimeField

Example

  • Field Label
  • Properties

    icon
    String | reactelement<any, string | ((props: any) => reactelement<any, string | ... | (new (props: any) => component<any, any, any>)> | null) | (new (props: any) => component<any, any, any>)> | undefined
    hasIcon
    Boolean | undefined
    name
    String
    required
    validate
    String | fieldvalidator | undefined
    label
    Reactnode
    required
    disabled
    Boolean | undefined
    clearable
    Boolean | undefined
    max
    Moment | null | undefined
    min
    Moment | null | undefined
    ampm
    Boolean | undefined
    labelFunc
    ((date: materialuipickersdate, invalidlabel: string) => string) | undefined
    onChange
    ((date: materialuipickersdate) => void) | undefined