We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d39291 commit bdff576Copy full SHA for bdff576
README.md
@@ -24,13 +24,12 @@ At a high level, it provides the ability to:
24
* Configure the properties of the underlying text field using a composable
25
text field configuration system.
26
* Control over how and when text changes should be permitted.
27
+* Control over if the text field should begin or end editing.
28
* Customise which standard edit actions are available (e.g. copy, paste).
29
* Override and customise the handling of standard edit actions.
30
31
The following features are not currently supported:
32
-* Control over if the text field should begin or end editing using the
33
- UITextFieldDelegate methods.
34
* Control over how text should be cleared.
35
* Managing the text selection.
36
* Any of the built-in attributed string supporting APIs.
0 commit comments