escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS

Home Page:http://escoz.com/open-source/quickdialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restrict characters for QEntryElement

djones614 opened this issue · comments

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.