We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202a593 commit 1cef56bCopy full SHA for 1cef56b
1 file changed
README.md
@@ -120,8 +120,11 @@ class EntryViewController: UIViewController
120
### Generic input filters
121
122
FTCDigitsValueFilter – Allows only digits symbols.
123
+
124
FTCNoFilteringFilter – Allows any symbol.
125
126
FTCLimitedLengthInputFilter – Allows any symbol. Constraining input by length.
127
128
FTCToUpperCaseInputFilter – Allows any symbol. Turns case to upper.
129
130
### License
0 commit comments