Ability to set autocorrectionType to "no" on initializer
justdan0227 opened this issue · 1 comments
justdan0227 commented
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.
neoneye commented
That's a good proposal.