Skip to content

Commit

Permalink
fix: bloomer
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Jun 1, 2023
1 parent 54ddfba commit cba50e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -412,7 +412,7 @@ extension MaskedTextInputListener: UITextFieldDelegate {
textFieldDelegate?.textFieldDidEndEditing?(textField, reason: reason)
}

@available(tvOS 13.0, *)
@available(iOS 13.0, tvOS 13.0, *)
public func textFieldDidChangeSelection(_ textField: UITextField) {
textFieldDelegate?.textFieldDidChangeSelection?(textField)
}
Expand Down

0 comments on commit cba50e1

Please sign in to comment.