InputChip is built for remove actions. For other uses, see Chip which supports interaction.
Basics
Use onClick for remove behavior.
Disabled
Use disabled when the value should stay visible but not removable.
Styling
With start content
Compact
Use compact to reduce chip height and spacing in dense layouts.
Invert color scheme
Use invertColorScheme to emphasize removable values.
Accessibility
InputChip defaults to a remove label (Remove ${children} for string content, otherwise Remove option).
Override accessibilityLabel when you need more specific wording.