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-taro)
4.0.1
3.2.47
dev:weapp
npm
18.14.1
109.0.5414.119
Mac os(13.1)
👽 Taro v3.6.1
Taro CLI 3.6.1 environment info: System: OS: macOS 13.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.14.1 - ~/.n/bin/node Yarn: 1.22.19 - ~/Library/pnpm/yarn npm: 9.3.1 - ~/.n/bin/npm npmPackages: @tarojs/cli: 3.6.1 => 3.6.1 @tarojs/components: 3.6.1 => 3.6.1 @tarojs/helper: 3.6.1 => 3.6.1 @tarojs/plugin-framework-vue3: 3.6.1 => 3.6.1 @tarojs/plugin-html: 3.6.1 => 3.6.1 @tarojs/plugin-platform-alipay: 3.6.1 => 3.6.1 @tarojs/plugin-platform-h5: 3.6.1 => 3.6.1 @tarojs/plugin-platform-jd: 3.6.1 => 3.6.1 @tarojs/plugin-platform-qq: 3.6.1 => 3.6.1 @tarojs/plugin-platform-swan: 3.6.1 => 3.6.1 @tarojs/plugin-platform-tt: 3.6.1 => 3.6.1 @tarojs/plugin-platform-weapp: 3.6.1 => 3.6.1 @tarojs/plugin-vue-devtools: ^3.6.1 => 3.6.1 @tarojs/router: 3.6.1 => 3.6.1 @tarojs/runtime: 3.6.1 => 3.6.1 @tarojs/service: 3.6.1 => 3.6.1 @tarojs/shared: 3.6.1 => 3.6.1 @tarojs/taro: 3.6.1 => 3.6.1 @tarojs/webpack5-runner: 3.6.1 => 3.6.1 babel-preset-taro: 3.6.1 => 3.6.1 eslint-config-taro: 3.6.1 => 3.6.1
codesandbox.io
nut-input输入正常,输入框不会失焦
在微信小程序中nut-input在输入内容时会触发blur事件导致输入框失焦
业务场景中,需要根据配置生成动态表单,所以需要多级封装nut-form
The text was updated successfully, but these errors were encountered:
你好 @LeoFeng23, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。请确保选择准确的版本。
Sorry, something went wrong.
https://github.com/LeoFeng23/bug-test
fix: 修复特殊场景下 input 无法输入的问题 #2123
810cb85
eiinu
No branches or pull requests
NutUI scenes(nutui 场景)
小程序(@nutui/nutui-taro)
NutUI-vue version(nutui-vue 版本)
4.0.1
Vue version(vue 版本)
3.2.47
Operating environment(运行环境)
dev:weapp
Citation method(引用方式)
npm
Node version(node 版本)
18.14.1
Browser and its version(浏览器及其版本)
109.0.5414.119
System and its version(系统及其版本)
Mac os(13.1)
Taro environmental information(taro 环境信息)
👽 Taro v3.6.1
Taro CLI 3.6.1 environment info:
System:
OS: macOS 13.1
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.14.1 - ~/.n/bin/node
Yarn: 1.22.19 - ~/Library/pnpm/yarn
npm: 9.3.1 - ~/.n/bin/npm
npmPackages:
@tarojs/cli: 3.6.1 => 3.6.1
@tarojs/components: 3.6.1 => 3.6.1
@tarojs/helper: 3.6.1 => 3.6.1
@tarojs/plugin-framework-vue3: 3.6.1 => 3.6.1
@tarojs/plugin-html: 3.6.1 => 3.6.1
@tarojs/plugin-platform-alipay: 3.6.1 => 3.6.1
@tarojs/plugin-platform-h5: 3.6.1 => 3.6.1
@tarojs/plugin-platform-jd: 3.6.1 => 3.6.1
@tarojs/plugin-platform-qq: 3.6.1 => 3.6.1
@tarojs/plugin-platform-swan: 3.6.1 => 3.6.1
@tarojs/plugin-platform-tt: 3.6.1 => 3.6.1
@tarojs/plugin-platform-weapp: 3.6.1 => 3.6.1
@tarojs/plugin-vue-devtools: ^3.6.1 => 3.6.1
@tarojs/router: 3.6.1 => 3.6.1
@tarojs/runtime: 3.6.1 => 3.6.1
@tarojs/service: 3.6.1 => 3.6.1
@tarojs/shared: 3.6.1 => 3.6.1
@tarojs/taro: 3.6.1 => 3.6.1
@tarojs/webpack5-runner: 3.6.1 => 3.6.1
babel-preset-taro: 3.6.1 => 3.6.1
eslint-config-taro: 3.6.1 => 3.6.1
Reproduction link(重现链接)
codesandbox.io
Steps to reproduce(重现步骤)
What is expected?(期望的结果是什么?)
nut-input输入正常,输入框不会失焦
What is actually happening?(实际的结果是什么?)
在微信小程序中nut-input在输入内容时会触发blur事件导致输入框失焦
Remarks(补充说明)
业务场景中,需要根据配置生成动态表单,所以需要多级封装nut-form
The text was updated successfully, but these errors were encountered: