JHTAlertController icon indicating copy to clipboard operation
JHTAlertController copied to clipboard

Text field return bug fix

Open plastus opened this issue 8 years ago • 1 comments

Fixes non-functional return key on keyboard when more than one text field is present in an alert controller.

E.g. password confirmation alert controller. After inputting text for the first field, tapping 'Next' on the keyboard resigns the keyboard and does not proceed to the next text field.

plastus avatar Jan 30 '17 19:01 plastus

@plastus , I think the same functionality could be accomplished by iterating through the textFields private property. Do you have a specific reason for the extension?

jjessel avatar Jan 30 '17 21:01 jjessel