Skip to main content
A visual divider between combobox options or groups.
{
  "type": "object",
  "properties": {
    "type": {
      "const": "ComboboxSeparator",
      "default": "ComboboxSeparator",
      "type": "string"
    },
    "id": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "HTML id attribute for CSS targeting. Applied to the outermost element."
    },
    "cssClass": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "CSS/Tailwind classes for styling. Accepts a Responsive() for breakpoint-aware classes."
    }
  },
  "required": [
    "type"
  ]
}