djl
Jun 08, 2019 - 04:44
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?
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.