We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nutui/nutui, @nutui/nutui-taro
4.3.12
weapp
1
<template> <div> <view label-position="top"> <view v-for="(item, index) in inputFields" :key="index" :label="'姓名' + (index + 1)" > <!-- <nut-input Xhq-input--> <nut-input v-model="formData['姓名' + (index + 1)]" placeholder="请输入2" type="text" class="custom-input" /> </view> </view> </div> </template> <script setup> import { ref } from 'vue'; const inputFields = ref([]) for (let index = 0; index < 100; index++) { inputFields.value.push({ id: index + 1 }); } const formData = ref({}); </script> <style lang="scss"> .custom-input { /* 这里可以根据需要自定义输入框样式 */ } </style>
微信小程序 输入数字直接卡的起飞 ,删除文本也卡 ,换成自定义的input就不卡了
输入删除都是流畅的
卡死了
No response
The text was updated successfully, but these errors were encountered:
SearchBar也卡,光标闪来闪去,输入得快了就无法确定输入后的结果是啥了,输入“12345”可能变成“1245”
Sorry, something went wrong.
No branches or pull requests
NutUI 包名
@nutui/nutui, @nutui/nutui-taro
NutUI 版本号
4.3.12
平台
weapp
重现链接
1
重现步骤
微信小程序
输入数字直接卡的起飞 ,删除文本也卡 ,换成自定义的input就不卡了
期望的结果是什么?
输入删除都是流畅的
实际的结果是什么?
卡死了
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: