dhritzkiv / ampersand-file-drop-view

Drag-and-drop file view build on ampersand-view, and for use in ampersand-form-view
MIT License
3 stars 1 forks source link

Achieve ampersand-view compliance #3

Closed dhritzkiv closed 9 years ago

dhritzkiv commented 9 years ago

In order to achieve ampersand-view compliance, the following errors need to be addressed:

✖ has `setValue` method
✖ should not error when setting valid value
✖ should have called `update` on parent when value changed
✖ should have passed itself to the parent when changed
✖ has `setValue` method after setting a value
✖ should have maintained its value

I'm not entirely sure this can be addressed, as setting value on a file input is possibly not straightforward/doable. However, this can possibly be augmented.