adopted-ember-addons / ember-paper

The Ember approach to Material Design.
https://ember-paper.netlify.app/
MIT License
888 stars 333 forks source link

Backtracking on form #1173

Open Bartheleway opened 4 years ago

Bartheleway commented 4 years ago

Hi,

This is my trial to fix #1127 (and is also part of #1117)

Here are the main changes :

The tests runs kind of correctly (I didn't care about non related errors). It seems that backward (3.12) compatibility is an issue, any ideas on how to solve ?

I didn't find how to write a proper test for backtracking error but I confirm this fix the issue on my project and the test I wrote is really similar to my use case.

Feel free to comment & ask for modifications.