Closed ccjhpu closed 4 years ago
这个是报错信息 ERROR TypeError: Cannot read property 'target' of undefined at PickerComponent.push.../../node_modules/ngx-weui/__ivy_ngcc__/fesm5/ngx-weui-picker.js.PickerComponent._onFocus (ngx-weui-picker.js:702) at PickerComponent_input_0_Template_input_focus_0_listener (ngx-weui-picker.js:40) at executeListenerWithErrorHandling (core.js:16332)
如果你在使用lvy,那抱歉目前还不支持,会在ng9正式版开始我在做这方面的工作。
您好我是angular初级用户,在麻烦您讲下 lvy是哪个知识点,是因为我项目使用ng9的原因吗?
请问适配到angular9大概还需要多长时间?
是的,ng9默认开启lvy。
可以关闭lvy或者其他折中的解决方案吗,麻烦了,因为团队项目之前是使用 NgZorroAntdMobile组件库,在升级到ng9之后同样遇到build报错到问题,没想到在尝试使用ngx-weui时也遇到问题了,麻烦了
可以关闭lvy,可以自行google。
您好,我在看文档的时候找到了一个替代的解决方案,现在有个问题就是我该如何设置这个日期的最大值和最小值
<div class="weui-cell__hd"><label for="" class="weui-label">日期</label></div>
<div class="weui-cell__bd">
<input class="weui-input" [(ngModel)]="res.date" name="date" type="date" value="" />
</div>
</div>
刚试了,在iOS系统里没有效果
可以关闭lvy,可以自行google。
你好,我目前的版本是Angular8,但是也遇到了Cannot read property 'target' of undefined这个问题。
Bug Report or Feature Request (mark with an
x
)Current behavior
Expected behavior
Environment