Skip to content

Interface: ReviewFormFieldOtherField

Configuration for an inline free-text input attached to a single_choice option.

Properties

enabled

ts
enabled: boolean;

error_messages

ts
error_messages: Record<string, string>;

field_key

ts
field_key: string;

required

ts
required: boolean;

validation

ts
validation: {
  max_length: number;
  min_length: number;
};

max_length

ts
max_length: number;

min_length

ts
min_length: number;