File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
2627The 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
You can’t perform that action at this time.
0 commit comments