I'm bringing up a popover that has a field in it. I'm using "textFieldShouldEndEditing" to do some validation of the text. If the entered text is invalid, I return "NO".
The problem when I dismiss my popover. If the text is invalid, textFieldShouldEndEditing returns "NO". After I dismiss my popover, and click in any other text field, the field doesn't not get selected. I can't type in any other field, the keyboard doesn't show up.
What's the best way to avoid this behavior?