Closed (fixed)
Project:
Entity Browser
Version:
8.x-1.x-dev
Component:
Field widget
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jul 2016 at 23:30 UTC
Updated:
30 Jul 2016 at 03:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
slashrsm commentedWhat about this solution? This will only validate target_id, since it is needed by the remove button. That might work as it will prevent alt, title, description, ... form being validated.
There is errorElement() on parent class which seems to be trying to achieve something similar. I think that it would make sense to solve this in there if possible.
Comment #3
samuel.mortensonNice, this is working well from my manual testing with File Browser. Thanks @slashrm!
Comment #4
slashrsm commentedGreat! Committed.