Don't try to render a field that's not yet shown

This commit is contained in:
Bryan Housel
2018-12-11 16:37:36 -05:00
parent ddf10d00aa
commit 0d958f04c1
+2
View File
@@ -154,6 +154,8 @@ export function uiField(context, presetField, entity, options) {
.classed('modified', isModified())
.classed('present', isPresent())
.each(function(d) {
if (!d.impl) return; // field is not yet shown
var reference, help;
// instantiate field help