frankodwyer / FODFormKit

A library for creating dynamic forms for iOS.
MIT License
49 stars 2 forks source link

Add password field #16

Open itavero opened 10 years ago

itavero commented 10 years ago

I would love to see a field for entering passwords (masked). An option to present the user with a second password field to validate the password would be nice too.

frankodwyer commented 10 years ago

gh-3 should cover the first point (essentially, exposing textfield properties like keyboard type, including 'secure').

For the second one, not sure, given a masked field it should be possible to do that using validation as it stands, but it should be possible to make this kind of thing easier too.