ui.AUTOCAPITALIZE_NONE?
-
What is the proper syntax in the pyui custom attributes section to have a textfield input keyboard appear without the shift field highlighted by default?
-
@djl this
{'autocapitalization_type':ui.AUTOCAPITALIZE_NONE}
-
Perfect! Thank you.