Actions
Bug #3506
closedajax response does not ignore empty field check
Description
If CB is configured to hide empty fields and you update a field to be blank then it can no longer be updated, but it's still visible. The AJAX response should ignore this. It should also add the placeholder (as configured in the field) or the empty field value (as configured in CB) to ensure a blank display never happens.
Empty field check should only be done on first rendering of the field so it can properly be hidden.
Actions