From f500164fe9f0394f7c6ac6c17ec55f12a046ecb5 Mon Sep 17 00:00:00 2001 From: "Sebastian BURGIN-FIX (ext)" Date: Fri, 14 Aug 2026 17:00:44 +0200 Subject: [PATCH] Let a Combobox be cleared in one gesture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SearchableSelect gained `clearable` in v1.21.0 and the entry argued Combobox did not need one, because free text can be erased. True, but not in one gesture: erasing means selecting the contents by hand, and the amount to erase is unbounded because picking a suggestion overwrites the text wholesale. A new `clearable` prop shows an ✕ at the field's right end (accessible name via `clear-label`) that emits '', focuses the field and leaves the list open — clearing here is a step towards another value, not an end state. Three details differ from SearchableSelect's, all because the trigger is an rather than a +