Kwik Tags Input Item
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.
min Quantity
: The minimum quantity allowed. Default is 1.
max Quantity
: The maximum quantity allowed. Default is 100.