@formstack/forms-renderer
    Preparing search index...

    Interface IFieldValueText

    interface IFieldValueText {
        confirmValue?: string;
        value?: string;
    }
    Index

    Properties

    confirmValue?: string
    value?: string