IcaliaLabs / LoginKit

LoginKit is a quick and easy way to add a Login/Signup UX to your iOS app.
MIT License
662 stars 90 forks source link

Custom field validations #21

Open ShareNoMimosa opened 6 years ago

ShareNoMimosa commented 6 years ago

Is it possible to change the validation rules used on the different text fields? For example, I want to use the Name field as a Username field, however it currently requires a space between two words

danlozano commented 6 years ago

Right now it's not possible (unless you go into the code and tweak it).

But this is a good feature that LoginKit should support. Will start working on it for next version.