[TIMOB-19987] iOS AlertDialog: Let login- and password specific properties fallback to general ones
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.1.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Unknown |
| Created | 2015-11-15T09:47:32.000+0000 |
| Updated | 2018-02-28T19:55:12.000+0000 |
Description
It would save developer code if
loginKeyboardType and loginReturnKeyType would fall back to keyboardType and returnKeyType if they are not set.
Code:
https://github.com/appcelerator/titanium_mobile/blob/579df813d201f47b8cd9cad4dc655536d5710332/iphone/Classes/TiUIAlertDialogProxy.m#L163-L183
No comments