gpt4 book ai didi

javascript - 如何在没有 ReactJS 的情况下使用 Shopify Polaris?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:40:46 25 4
gpt4 key购买 nike

我正在使用 Shopify Polaris 创建 Shopify 嵌入式应用。我必须在嵌入式应用程序的页面中包含模式表单。我知道我必须使用 this .但我没有使用 ReactJS。所以我不能在模态中改变形式。我不知道该怎么做。如果有人知道解决方案,将不胜感激。

我还注意到一件事。我试过“数字字段”输入(从 here 的下拉列表中选择数字字段)。递增和递减箭头键在示例中有效,但在我的表单中无效。

这是我的代码

<html>
<head>
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/2.0.0-rc.3/polaris.min.css" />
</head>
<body>
<div class="">
<div class="Polaris-Labelled__LabelWrapper">
<div class="Polaris-Label">
<label id="TextField3Label" for="TextField3" class="Polaris-Label__Text">Quantity</label>
</div>
</div>
<div class="Polaris-TextField Polaris-TextField--hasValue">
<input id="TextField3" class="Polaris-TextField__Input" type="number" aria-labelledby="TextField3Label" aria-invalid="false" value="1">
<div class="Polaris-TextField__Spinner" aria-hidden="true">
<div role="button" class="Polaris-TextField__Segment" tabindex="-1">
<div class="Polaris-TextField__SpinnerIcon">
<span class="Polaris-Icon"><svg class="Polaris-Icon__Svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path d="M15 12l-5-5-5 5z"></path></svg></span>
</div>
</div>
<div role="button" class="Polaris-TextField__Segment" tabindex="-1">
<div class="Polaris-TextField__SpinnerIcon">
<span class="Polaris-Icon"><svg class="Polaris-Icon__Svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path d="M5 8l5 5 5-5z" fill-rule="evenodd"></path></svg></span>
</div>
</div>
</div>
<div class="Polaris-TextField__Backdrop"></div>
</div>
</div>
</body>
</html>

最佳答案

很抱歉,如果不在 Shopify Polaris 中使用 React Js,那么它将只是 HTML 和 CSS 基本代码。

不支持模型选项卡、隐藏显示等 js 事件。您需要使用基本的 javascript 或 jQuery 自己编写所有内容。

关于javascript - 如何在没有 ReactJS 的情况下使用 Shopify Polaris?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50405296/

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