获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- Taro UI AtInput type 为number, 输入倒着输入?输入123,显示321
<AtInput type="number" name="quantity" value={selecSkuList[currentObjKey]?.quantity || ''} onChange={(e) => handleQuantity(e)} placeholder="请输入数量" border={false} className="InputInListItem" maxLength={10} />
03-10 - 文本框输入的时候,光标一直在最左,造成了一直反向输入
小程序已两年没有更新过代码,小程序框架使用的是"react": "^17.0.0"、"@tarojs/taro": "3.4.0"。
03-11