escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Restrict characters for QEntryElement #716

Open djones614 opened 9 years ago

djones614 commented 9 years ago

Hopefully I'm posting this in the right section.

Is there a way to only allow certain characters to be entered into a QEntryElement? For example, say I have the following string of characters "ABCDefgh1234". Is there a way to only allow those 12 characters to be entered? Note, lowercase abcd will not be allowed and uppercase EFGH will not be allowed.