fix(SW-1970): focusable inputs on safari ios
some cleanup and non-interactive label texts in inputs
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user