2 references to TrimToMaxLength
Microsoft.Maui (2)
Platform\iOS\TextFieldExtensions.cs (1)
65 var newText = textField.AttributedText.TrimToMaxLength(entry.MaxLength);
Platform\iOS\TextViewExtensions.cs (1)
43 var newText = textView.AttributedText.TrimToMaxLength(editor.MaxLength);