src/menu/components/table/edit-table/columns/editColumn/index.jsx
@@ -89,7 +89,7 @@ _options.push('required', 'enter') } } else if (this.record.type === 'number') { _options.push('max', 'min', 'enter') _options.push('max', 'min', 'enter', 'clearField') } } if (this.record.type === 'formula' && this.record.eval === 'true') {