What problem does it solve? Building a multi-select input with tags, search filtering, and form integration from scratch is repetitive and error-prone. This Skill provides a complete, ready-to-use MultiSelect component for ERP applications based on shadcn/ui Command and Popover primitives. ## Core Features & Use Cases - Tag-based multi-selection: Displays selected values as removable Badge chips with a configurable maxDisplay limit and a "+N more" overflow indicator. - Client-side search filtering: Built-in CommandInput filters options by label, suitable for lists under 200 options, with a footer showing selection count and a clear-all action. - React Hook Form integration: Works directly with FormField and Zod schemas, and supports colored badges for status-style options. - Use Case: Assign multiple roles to a user in an ERP admin panel, or filter a data table by multiple colored statuses in a FilterBar. ## Quick Start Ask the AI to add a MultiSelect field for role selection to your React Hook Form using the shadcn/ui Command and Popover components.