fix(SW-1970): focusable inputs on safari ios

some cleanup and non-interactive label texts in inputs
This commit is contained in:
Christian Andolf
2025-04-14 16:03:35 +02:00
parent af182b49d8
commit 563567716b
3 changed files with 23 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ export default function AdditionalInfoForm({
confirmationNumber,
lastName,
}).toString()
document.cookie = `bv=${value}; Path=/; Max-Age=600; Secure; SameSite=Strict`
document.cookie = `bv=${encodeURIComponent(value)}; Path=/; Max-Age=600; Secure; SameSite=Strict`
router.refresh()
}