我正在md-require-match = true/false
根据单选按钮选择设置自动完成验证。
默认验证是md-require-match = true
用户应该从自动完成列表中选择一个项目。一旦加载并且用户在自动完成输入中输入一些值并清除该值,searchForm.autocompleteField.$error
就有这个值:{"md-require-match":true,"required":true}
现在我选择要设置的单选按钮 md-require-match = false
。但它没有从列表中删除md-require-match":true
验证错误。$error
这是代码笔:http ://codepen.io/anon/pen/NbrJoJ
如何解决此验证问题?