We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 202a593 + 1cef56b commit a51f321Copy full SHA for a51f321
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