SELECTタイプの選択値設定

interface SelectValueConfig {
    itemDirectionInline: boolean;
    placeholder?: string;
}

Properties

itemDirectionInline: boolean

CHECKBOX形式の場合にアイテムを横に並べる

placeholder?: string

Selectタイプのプレースホルダー