You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
justdan0227
changed the title
Ability to set autocorrectionType to no on initializer
Ability to set autocorrectionType to "no" on initializer
Jul 14, 2021
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.
The text was updated successfully, but these errors were encountered: