Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照官方文档限制上传的文件类型。它工作正常。
但后来我无法重置它。widget.value(null)当我需要在成功上传后重置小部件时工作正常,但当我尝试清除错误消息时它不起作用。有没有办法完全重置小部件?
widget.value(null)
更新:Plunker上的示例。