我正在尝试制作表单字段验证系统。当组件触发焦点输出事件时,它会添加假错误。 Here's my jsbin.
如果您在textarea上键入内容然后将注意力集中,则会添加"假错误"正如所料。但是,如果再次执行此操作,则会引发以下错误:
Error: Attempted to handle event 'becameInvalid' on <App.Book:ember418:null> while in state root.loaded.created.invalid.
我注意到在我从1.13.6
切换ember-data之前它运行良好。到1.13.7
。因此,如果您希望JSBIN正常工作,请将ember-data切换为1.13.6。
我想知道我是否做错了什么 谢谢你的帮助!