GantMan / RedAlert

iOS Alerts and ActionSheets with ease
MIT License
24 stars 15 forks source link

Possible to set text input traits on :input? #19

Closed markrickert closed 8 years ago

markrickert commented 9 years ago

I want to be able to set things like autocapitalizationType = UITextAutocapitalizationTypeWords and autocorrectionType = UITextAutocorrectionTypeNo on a text input field. Is this supported?

derekgreenberg commented 9 years ago

This is not currently supported. See https://github.com/GantMan/RedAlert/issues/15 for an issue requesting a similar setting for text input fields. We can add properties like this to the RedAlert options and to settings and custom fields. or expose the fields from the RedAlert instance