Sanity Library Reference Docs
    Preparing search index...

    Interface BaseInputProps

    interface BaseInputProps {
        displayInlineChanges: boolean;
        renderDefault: (props: InputProps) => Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayInlineChanges: boolean

    Whether the input should display inline changes. Inline changes express how a field's value differs from its upstream version. Unlike custom diff components, inline changes is a mode that allows the input component itself to display the change in situ.

    renderDefault: (props: InputProps) => Element