From 9a4c030003869d5d9a821deb6c3e5f10aa3e1494 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 4 Apr 2025 11:46:50 +0200 Subject: [PATCH] Add `invalid` prop to `Combobox` component (#3677) This PR adds the `invalid` prop to the `Combobox` component. This will also expose the `invalid` value as a render prop to the `Combobox.Input` and `Combobox.Button` components. It will also expose the `data-invalid` attribute on these components when the `invalid` prop is set to `true`. ```tsx ``` Without `invalid` prop: image With invalid prop: image Notice the `data-invalid` prop on the `` and the `