-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi @gali8. Thank you for great work :)
This is not a bug, but I just wanted to describe my experience with this code.
There should be a way to assign an Enum to regexPatternEnum instead of a number. Like:
myTextField.regexPatternEnum = .Email
Currently, it is
myTextField.regexPatternEnum = 9
which is not very descriptive.
Please add this feature in future version of this code.
Metadata
Metadata
Assignees
Labels
No labels