gpt4 book ai didi

javascript - Angular 4 错误 : Cannot find control with unspecified name attribute

转载 作者:太空狗 更新时间:2023-10-29 18:04:31 26 4
gpt4 key购买 nike

我在 this tutorial 之后使用了 google place API但我在下面收到此错误:

Cannot find control with unspecified name attribute

more detail about error in below screenshot

我也尝试过所有提示 stackoverflow link

代码

<div class="form-group"> 
<input #search
type="text"
placeholder="search for location"
autocorrect="off"
autocapitalize="off"
spellcheck="off"
class="form-control"
[formControl]="searchControl"
name="searchControl">
</div>

最佳答案

你应该发布一些代码,我们不是媒介!

但是看到您的错误,我会说您使用的是响应式(Reactive)表单,而您忘记创建您的响应式(Reactive)表单。

这意味着在您的输入中,您有 [formControl]=""formControlName="" 属性,但找不到相应的变量。

请问能贴出相关代码吗?

关于javascript - Angular 4 错误 : Cannot find control with unspecified name attribute,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47809696/

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