Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to change TextField Auto Capitalization #1071

Open
reggatta opened this issue Sep 9, 2020 · 0 comments
Open

Ability to change TextField Auto Capitalization #1071

reggatta opened this issue Sep 9, 2020 · 0 comments

Comments

@reggatta
Copy link

reggatta commented Sep 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant