Open DamienMartin opened 1 month ago
Wrong callback is called :
public func textFieldDidEndEditing(_ textField: UITextField) { DispatchQueue.main.async { [weak self] in guard let self else { return } isFirstResponder.wrappedValue = false onBeginEditing(textField as! PhoneNumberTextField) } }
This issue is stale because it has been open for 30 days with no activity.
Wrong callback is called :