diff --git a/frontend/src/pages/home/components/PricingSection.tsx b/frontend/src/pages/home/components/PricingSection.tsx index a6b38f5..34efa3b 100644 --- a/frontend/src/pages/home/components/PricingSection.tsx +++ b/frontend/src/pages/home/components/PricingSection.tsx @@ -122,6 +122,9 @@ export default function PricingSection() { placeholder="Ваше имя" required disabled={loading} + autoComplete="off" + autoCorrect="off" + spellCheck={false} className="px-5 py-3.5 bg-cream border border-greigeDark/50 rounded-full text-sm font-sans text-warmBrown placeholder:text-mutedBrown/50 focus:outline-none focus:border-taupe transition-colors w-64 disabled:opacity-60" /> setPhone(formatPhone(e.target.value))} + autoComplete="off" + autoCorrect="off" + spellCheck={false} className="px-5 py-3.5 bg-cream border border-greigeDark/50 rounded-full text-sm font-sans text-warmBrown placeholder:text-mutedBrown/50 focus:outline-none focus:border-taupe transition-colors w-64 disabled:opacity-60" />