Choices — Multiple Select
Multi-select with remove buttons and a maximum item count.
Important JavaScript
new Choices("#skills", {
removeItemButton: true,
maxItemCount: 3,
placeholderValue: "Pick skills",
});
Multi-select with remove buttons and a maximum item count.
new Choices("#skills", {
removeItemButton: true,
maxItemCount: 3,
placeholderValue: "Pick skills",
});