KwikTagsInputItem

constructor(id: Any, label: String, quantity: Int = 1, minQuantity: Int = 1, maxQuantity: Int = 100)

Parameters

id

: Unique identifier for the tag.

label

: The display name of the tag.

quantity

: The quantity of the tag. Default is 1.

minQuantity

: The minimum quantity allowed. Default is 1.

maxQuantity

: The maximum quantity allowed. Default is 100.