When will this be fixed?
Same here, CI/CD broken.
@Long, When will this be fixed?
Regards.
would be nice if we can disable dashboard via hook
+1,
2019 and the problem persists.
Certainly the solution of manually specifying the ID of the HTML field is not serious.
It forces us to implement a logic that metabox has already implemented previously to generate the ID property.
Other frameworks like carbonfields can manage this task effectively.
add_filter("rwmb_group_value", function($new, $field, $old) { if ($new == [[]]) $new = ''; return $new; });
add_filter("rwmb_checkbox_value", function($new, $field, $old) { if ($new == '0') $new = ''; return $new; });