Open Tarwooz opened 3 months ago
欢迎提交 Issue~
如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏
如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。
Good luck and happy coding~
+1
import { Input } from '@tarojs/components'
而且我发现在这个版本,大部分 Form 组件都有这个问题。
+1
import { Input } from '@tarojs/components'
需要手动引用下 Input 可以暂时解决问题
试了一会,引用了Input再在return里丢一个不显示的input能稳定渲染出来
<Input style={{display:'none'}}/>
问题描述 在AtForm或者Taro form组件里面的AtInput没有渲染出Input输入框. html里面没有Input元素
期望行为
报错信息
系统信息