diff --git a/core/field_label.ts b/core/field_label.ts index c257992ba..fb72be8a6 100644 --- a/core/field_label.ts +++ b/core/field_label.ts @@ -31,6 +31,9 @@ export class FieldLabel extends Field { */ override EDITABLE = false; + /** Text labels should not truncate. */ + override maxDisplayLength = Infinity; + /** * @param value The initial value of the field. Should cast to a string. * Defaults to an empty string if null or undefined. Also accepts