Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Return key needs to dismiss keyboard when entering name filter #31

Closed
edorphy opened this issue Apr 15, 2017 · 1 comment
Closed

Return key needs to dismiss keyboard when entering name filter #31

edorphy opened this issue Apr 15, 2017 · 1 comment

Comments

@edorphy
Copy link

edorphy commented Apr 15, 2017

Observed: When the user enters a name to filter, the keyboard does not dismiss when the return key is clicked.
Expected: The keyboard will dismiss

Quick Fix:
Implement the UITextFieldDelegate and setup the keyboard to show a done button. In the callback, resign first responder on the textField in the callback. :)

@edorphy
Copy link
Author

edorphy commented Apr 15, 2017

Wrong repo. Closing and opening in current maintained git project.

@edorphy edorphy closed this as completed Apr 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant