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
taro中input @update:model-value事件会触发两次
请创建最小可复现代码,并上传到你的 GitHub 仓库
<nut-input v-model="account" @update:model-value="inputHandler" /> JS const inputHandler = (val) => { console.log(">>>>>>", val); };
The text was updated successfully, but these errors were encountered:
修复taro中input@update:model-value事件会触发两次 #1632 (#1790)
2efdc0a
* feat: 发票组件+taro * feat: 发票组件+taro * fix: #1450将placeholder默认为空 * fix: 解决发票 radio类型的问题 * fix: navbar修改leftShow默认值 * fix: #1521navbar解决定不安全区域问题 * fix: 修改input taro demo文案 * fix: 修复taro中input@update:model-value事件会触发两次 #1632 * fix: 修复input组件的slot=input插槽报错,卡住页面 #1776
3.2.6已发布
Sorry, something went wrong.
地址组件优化 (#1877)
884b17c
* feat: 发票组件+taro * feat: 发票组件+taro * fix: #1450将placeholder默认为空 * fix: 解决发票 radio类型的问题 * fix: navbar修改leftShow默认值 * fix: #1521navbar解决定不安全区域问题 * fix: 修改input taro demo文案 * fix: 修复taro中input@update:model-value事件会触发两次 #1632 * fix: 修复input组件的slot=input插槽报错,卡住页面 #1776 * fix: input 问题修复 * feat: 地址组件优化
ailululu
No branches or pull requests
问题描述
taro中input @update:model-value事件会触发两次
最小可复现仓库
预期的行为和实际行为
复现步骤,具体代码
<nut-input
v-model="account"
@update:model-value="inputHandler"
/>
JS
const inputHandler = (val) => {
console.log(">>>>>>", val);
};
相关环境信息
The text was updated successfully, but these errors were encountered: