diff --git a/src/iOS/Avalonia.iOS/TextInputResponder.Properties.cs b/src/iOS/Avalonia.iOS/TextInputResponder.Properties.cs index 0614205a04..133f20cb34 100644 --- a/src/iOS/Avalonia.iOS/TextInputResponder.Properties.cs +++ b/src/iOS/Avalonia.iOS/TextInputResponder.Properties.cs @@ -34,9 +34,6 @@ partial class AvaloniaView _ => UIKeyboardType.Default }; - [Export("keyboardAppearance")] - public UIKeyboardAppearance KeyboardAppearance => UIKeyboardAppearance.Alert; - [Export("returnKeyType")] public UIReturnKeyType ReturnKeyType {