neoneye/SwiftyFORM

Ability to set autocorrectionType to "no" on initializer

Opened this issue · 1 comments

Is there a way to add .autocorrectionType to the initializer? I can't find one unless I create it with a lazy variable?

builder += TextFieldFormItem().title("First Name").placeholder("Enter First Name").keyboardType(.default).autocorrectionType.

That's a good proposal.