Loading...

Chip input lets users enter multiple values in one field. Use the CChipInput component with props like placeholder and defaultValue.
Use the chipClassName prop to apply contextual chip styles, which is handy for labels, issue types, or priorities.
Use the size prop with "sm" or "lg" to align the field with surrounding form controls.
You can start with an empty field or use a separate CFormLabel for clearer form structure and accessibility.
Use the disabled prop to block interaction entirely, or readOnly to keep values visible while preventing changes.
The component integrates well with ordinary forms, including helper text and predefined values.