• This component renders a read only field into a form.

    Type Parameters

    • T

    Parameters

    Returns Element

    Props

    transform: an array of transform functions which will be executed sequentially during render time passing the output from each function to the next. The last transform function must return a single object or array of a type which can be rendered directly ( i.e. string | number | string[] | number[] ).

Generated using TypeDoc