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.
In order to achieve ampersand-view compliance, the following errors need to be addressed:
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.