xmartlabs/XLForm

Ability to change TextField Auto Capitalization

reggatta opened this issue · 0 comments

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.