From e9827b1f77002299421be887ae7b2f20e8b070c8 Mon Sep 17 00:00:00 2001 From: Marco Sadjadi Date: Mon, 25 May 2026 21:38:36 +0200 Subject: [PATCH] =?UTF-8?q?feat(login):=20custom=20CountryPicker=20?= =?UTF-8?q?=E2=80=94=20opens=20downward,=20searchable,=20~150=20countries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Native setCountry(e.target.value)} - className="h-8 w-full rounded-md border border-[--color-border] bg-[--color-bg-subtle] px-2 text-[13px] text-[--color-fg] transition-colors duration-200 focus:border-[--color-accent] focus:outline-none focus:ring-1 focus:ring-[--color-accent]" - > - {COUNTRIES.map((c) => ( - - ))} - + onChange={setCountry} + />
+ + + )} + + ); +}