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.
1 parent cae2869 commit e83bafeCopy full SHA for e83bafe
Sources/Views/OTPTextField/OTPTextField.swift
@@ -92,7 +92,7 @@ open class OTPTextField: UITextField {
92
93
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
94
let view = super.hitTest(point, with: event)
95
- return view == self && isSelectedOTP ? nil : view
+ return view == self && isSelectedOTP ? view : nil
96
}
97
98
@discardableResult
0 commit comments