gpt4 book ai didi

jquery - 如何验证 Angularjs 中元素的副本并显示错误消息

转载 作者:行者123 更新时间:2023-12-01 05:51:15 24 4
gpt4 key购买 nike

我有一个表单,其中动态生成多次相同的元素。提交表单时,我需要验证此表单元素并显示错误消息。错误消息显示为以下代码,例如:

<span class="error input-icon fui-alert" ng-show="historyForm.edutoDate0.$error.beforeDate"></span>

edutoDate 输入元素是动态生成的,id 为 edutoDate0、edutoDate1....但错误消息没有显示。删除此索引值 0,1,2... 它将起作用。请帮助我找到解决方案。

最佳答案

尝试使用此代码代替您的代码

ng-show="historyForm.edutoDate[0].$error.beforeDate">
ng-show="historyForm.edutoDate[1].$error.beforeDate">
ng-show="historyForm.edutoDate[2].$error.beforeDate">

关于jquery - 如何验证 Angularjs 中元素的副本并显示错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22005166/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com