标签: angular input ionic4
我需要,当用户在此页面中输入内容时,输入内容已经聚焦,因此可以使用 条形码阅读器填充输入
<ion-input autofocus="true"></ion-input>
但是进入页面后,输入内容在不到一秒钟的时间内就模糊了,我删除了所有内容以查看是否有任何东西模糊了,但是没有
此代码也不起作用
this.parentElement.nativeElement.firstChild['autofocus'] = 'true';