Emerson / ember-form-master-2000

A simple form builder for Ember built as an Ember-CLI addon.
MIT License
40 stars 18 forks source link

[2] [FIX] success passing data-test attr into fm-field components #54

Closed lookininward closed 6 years ago

lookininward commented 6 years ago

Priority

Cannot add data-test attrs without this update.

What Changed & Why

There was a mixin to handle data-test attrs that was broken. Bypassed it by computed the data-test attr on the fields themselves.