【发布时间】:2019-07-02 09:32:54
【问题描述】:
我在 ionic 3 中创建了应用程序。应用程序工作正常,除非我在输入一些数据后单击侧文本框,然后应用程序被冻结。以下是 html 页面的代码。
<label for="txtphoneInfo">Available Phone # <img alt="Required" src="../../assets/imgs/sp.gif" class="redBox" longdesc="Required" /></label>
<div class="textBoxValidate">
<input type="tel" name="txtphoneInfo" value="" id="txtphoneInfo" pattern="\d*" maxlength="10" style="text-transform: uppercase;" data-warn_id="warntxtphone" (keypress)="isNumberKey($event)" />
<span id="warntxtphone" class="requiredFld">Required</span>
</div>
</div>
【问题讨论】:
标签: angular ionic-framework ionic3