gpt4 book ai didi

reactjs - 在 Stripe Checkout 中隐藏电子邮件

转载 作者:行者123 更新时间:2023-12-03 13:44:20 24 4
gpt4 key购买 nike

如何在 Stripe Payment 的 checkout.js 中禁用或隐藏电子邮件

onStripeUpdate(e) {
this.stripehandler.open({
name: "",
description: "",
panelLabel: "Pay {{amount}}",
allowRememberMe: false,
email: "", //--->how to hide this email?
});
e.preventDefault();
}

最佳答案

不可能完全禁用电子邮件字段。您可以传递电子邮件 configuration option 的值,但它必须是有效的电子邮件地址。如果它是有效地址,则该字段将替换为包含您提供的值的静态标签。

如果您不提供 email 选项,或者提供无效值(例如示例代码中的空字符串),则仍会显示电子邮件字段。

关于reactjs - 在 Stripe Checkout 中隐藏电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42802439/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com