Skip to content

Commit ff80410

Browse files
committed
Remove duplicate class
1 parent 706ec8a commit ff80410

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Core/src/Platform/iOS/MauiTimePicker.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@
55

66
namespace Microsoft.Maui
77
{
8-
public class NoCaretField : UITextField
9-
{
10-
public NoCaretField() : base(new RectangleF())
11-
{
12-
SpellCheckingType = UITextSpellCheckingType.No;
13-
AutocorrectionType = UITextAutocorrectionType.No;
14-
AutocapitalizationType = UITextAutocapitalizationType.None;
15-
}
16-
17-
public override RectangleF GetCaretRectForPosition(UITextPosition? position)
18-
{
19-
return new RectangleF();
20-
}
21-
}
22-
238
public class MauiTimePicker : NoCaretField
249
{
2510
readonly Action _dateSelected;

0 commit comments

Comments
 (0)