src/components/editor/index.jsx
@@ -38,6 +38,8 @@ if (this.props['data-__meta']) { initVal = this.props['data-__meta'].initialValue || null } else if (this.props.defaultValue) { initVal = this.props.defaultValue || null } if (this.props.Item && this.props.Item.encryption === 'true') {