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
The error is that the autocapitalizationType property is not code-value compliant. It would be great if we could just set this property on the row descriptor directly or allow the code above to work. Or, allow us access directly to the embedded textfield.
The text was updated successfully, but these errors were encountered:
I would like to be able to change the autocapitalization for row descriptor that is using a UITextField. My app crashes when I try:
[row.cellConfigAtConfigure setObject:@(UITextAutocapitalizationTypeNone) forKey:@"textField.autocapitalizationType"]
The error is that the autocapitalizationType property is not code-value compliant. It would be great if we could just set this property on the row descriptor directly or allow the code above to work. Or, allow us access directly to the embedded textfield.
The text was updated successfully, but these errors were encountered: