ERROR Error: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.

AbpCore 前端使用Ng-Zorro 日期控件nz-range-picker时属性[ngModel]和事件(ngModelChange)都不起作用

控件代码

  <nz-range-picker  [nzFormat]="shedateFormat" [ngModel]="searchAreasDate" (ngModelChange)="changeTime($event)"></nz-range-picker>

并且脚本报错,详细报错内容如下:

ERROR Error: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as ‘standalone‘ in ngModelOptions.

Example 1: <input [(ngModel)]="person.firstName" name="first">

Example 2: <input [(ngModel)]="person.firstName" [ngModelOptions]="{standalone: true}">

解决方法

仔细看看代码不难发现没有name属性,增加name属性后一切正常。

<nz-range-picker name="timeRangePicker" [nzFormat]="shedateFormat" [ngModel]="searchAreasDate"
                            (ngModelChange)="changeTime($event)"></nz-range-picker>

ERROR Error: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.

原文地址:https://www.cnblogs.com/Martincheng/p/10121635.html

时间: 2024-11-08 22:44:14

ERROR Error: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.的相关文章

Spring mvc 中使用ftl引用共通文件出错 FreeMarker template error: Error reading included file &quot;/WEB-INF/ftl/common/errormessage.ftl&quot;

初次接触spring mvc,想做一个小的练习项目,结果在ftl文件中引用其它的共通ftl文件时出错. 目录结构如图所示,想在login.ftl中引用common下的errormessage.ftl <#include '/WEB-INF/ftl/common/errormessage.ftl' /> 结果画面报错: FreeMarker template error: Error reading included file "/WEB-INF/ftl/common/errormes

{&quot;error&quot;:&quot;{\&quot;error\&quot;:{\&quot;message\&quot;:\&quot;发送新鲜事超过配额。\&quot;,\&quot;code\&quot;:\&quot;forbidden.FEED_PUBLISH_QUOTA_LIMIT_REACH

今天做 人人的分享的时候遇到: "{"error":"{\"error\":{\"message\":\"发送新鲜事超过配\",\"code\":\"forbidden.FEED_PUBLISH_QUOTA_LIMIT_REACHEL\"}}","status":403}" 原因: 是因为 我的人人的账户:  两天只能  发送

解决Jenkins上git出现的“ERROR: Error fetching remote repo &#39;origin&#39;”问题

今天对清掉了Jenkins中项目的工作空间,结果构建出现“ERROR: Error fetching remote repo 'origin'”问题:网上各种找也没找到解决这个问题的方法. 后来看错误之前是“> git.exe config --local --remove-section credential # timeout=10”,不会是跟密码有关吧! 于是将url改成http://用户名:密码@ip/的格式,git配置改成不使用密码,结果OK了. 解决Jenkins上git出现的"

error error: illegal character: &#39;\u3000&#39;

写leetcode 一直是 error: illegal character: '\u3000' '\u3000' 我就奇怪这到底是个啥! 中文(全角)空格!!! 什么鬼口亨 error error: illegal character: '\u3000'

[ilink32 Error] Error: Unresolved external &#39;__fastcall Data::Win::Adodb::TCustomADODataSet

[ilink32 Error] Error: Unresolved external '__fastcall Data::Win::Adodb::TCustomADODataSet::GetParameters()' referenced from E:\TEST1\OBJ\DATAMODULE.OBJ[ilink32 Error] Error: Unresolved external '__fastcall Data::Win::Adodb::TParameters::ParamByName(

xliff:g 错误 error: Error parsing XML: unbound prefix

在安卓项目中使用 xliff:g ,按如下这样写 <string name="huiwutong_talk_limit"><xliff:g id="count_left" example="10">%1$s</xliff:g>个字</string> 出现了错误 error: Error parsing XML: unbound prefix ,原因是缺少xliff:g 的命名空间. 解决方法为: &

《ArcGIS Runtime SDK for Android开发笔记》——问题集:Error:Error: File path too long on Windows, keep below 240 characters

1.前言 在使用Android Studio开发环境时,经常会爆出以下错误,虽然具体细节内容各有不同,但是说明的都是同一个问题,在windows中使用过长的路径,超过240字符. Error:Error: File path too long on Windows, keep below 240 characters : C:\Users\admin\Work\3-Code\4-ArcGIS Android Sample Code\ArcGISAndroidQuartzSample\vector

error = Error Domain=NSCocoaErrorDomain Code=3840

json解析,同样的请求,有一个请求,无反应.纠结了几天,终于解决了. error = Error Domain=NSCocoaErrorDomain Code=3840 "Unescaped control character around character 168." UserInfo={NSDebugDescription=Unescaped control character around character 168.} 报错信息如上: 这个原因,是因为服务器返回的字符串里面

[ERROR] error: error while loading &lt;root&gt;, error in opening zip file error: scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.

在家编译一个Apache的开源项目,在编译时遇到错误如下: error: error while loading <root>, error in opening zip file [ERROR] error: error while loading <root>, error in opening zip file error: scala.reflect.internal.MissingRequirementError: object scala.runtime in comp