fix: date and country selects now still uses the filtering in desktop
This commit is contained in:
@@ -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 = "",
|
||||
|
||||
Reference in New Issue
Block a user