interface FormWidgetDropDownConfig {
    entries: FormWidgetDropDownEntry[];
    initialValue: string;
}

Properties

initialValue: string