fix: date and country selects now still uses the filtering in desktop

This commit is contained in:
Christian Andolf
2025-06-04 12:00:49 +02:00
parent 7497203df2
commit afd3a7d9ca
6 changed files with 96 additions and 68 deletions

View File

@@ -29,7 +29,7 @@ import type { CountryProps } from "./country"
const prioCountryCode = ["DE", "DK", "FI", "NO", "SE"]
export default function CountrySelect({
export default function CountryCombobox({
// hack used since chrome does not respect autocomplete="off"
autoComplete = "nope",
className = "",