Skip to content

Commit cb223d4

Browse files
authored
Update README.md
1 parent 69bd00e commit cb223d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ At a high level, it provides:
1616
control the text field's first responder status.
1717
* The ability to set the text field's placeholder.
1818
* Support for secure text entry.
19-
* The ability to handle return key taps.
19+
* The ability to handle return key and delete key taps.
2020
* The ability to style the text field using SwiftUI-style view modifiers.
2121
* Support for enabling and disabling the text field using the SwiftUI
2222
Environment.
2323
* A composable configuration system for detailed configuration of the underlying
2424
UITextField.
25+
* Control over how and when text editing should be permitted.
2526

2627
The following features are not currently supported:
2728

2829
* Control over if the text field should begin or end editing using the
2930
UITextFieldDelegate methods.
30-
* Control over how text should be replaced or cleared.
31+
* Control over how text should be cleared.
3132
* Managing the text selection.
3233
* Any of the built-in attributed string supporting APIs.
3334

0 commit comments

Comments
 (0)