We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@IBInspectable
textFromatted
1 parent a86034e commit a8e0afcCopy full SHA for a8e0afc
FormattedTextField/FormattedTextField.swift
@@ -50,7 +50,7 @@ open class FormattedTextField: UITextField {
50
addSubview(placeholderLabel)
51
}
52
53
- @IBInspectable open var textFormatter: TextFromatter? {
+ open var textFormatter: TextFromatter? {
54
didSet(oldFormatter) {
55
let text = (self.text ?? "")
56
let selectedRange = selectedCharactersRange ?? text.startIndex..<text.startIndex
0 commit comments