gpt4 book ai didi

javascript - angularjs checkbox onchange 在表单中不起作用。$pristine

转载 作者:行者123 更新时间:2023-11-30 15:07:08 28 4
gpt4 key购买 nike

我有一个 Angular 表单,有一些输入框、复选框和一个提交按钮。最初提交按钮是禁用的。如果我更改该表单中的任何元素,则提交按钮将变为启用状态。为此,我正在使用 angularjs 功能 .$pristine 和 $invalid。它适用于输入框,但不适用于复选框更改。我做错了什么吗?请指导我。见 fiddle :FIDDLE

最佳答案

你需要为复选框添加一个ng-model

<input type="checkbox" ng-model="val" required />

工作演示:http://jsfiddle.net/7qAqe/12/

"An input control that has the ngModel directive holds an instance of NgModelController. Such a control instance can be published as a property of the form instance using the name attribute on the input control. The name attribute specifies the name of the property on the form instance."
- Forms Documentation

关于javascript - angularjs checkbox onchange 在表单中不起作用。$pristine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45586054/

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