interface StringFieldInputConfig {
    elementType?: "input" | "textarea" | "code-mirror" | "prose-mirror";
}

Properties

Properties

elementType?: "input" | "textarea" | "code-mirror" | "prose-mirror"

The element to create for this form field