miguelcobain / ember-paper

The Ember approach to Material Design.
http://miguelcobain.github.io/ember-paper
MIT License
889 stars 331 forks source link

Backtracking on form #1173

Open Bartheleway opened 3 years ago

Bartheleway commented 3 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.