Skip to main content

Chips

Interface#

interface ChipsData extends FieldData {
selectable: boolean;
removable: boolean;
addOnBlur: boolean;
unique: boolean;
autocomplete?: string;
suffix?: HSD | string;
prefix?: HSD | string;
}
FieldDataHSD

Demo#