Forum Archive

ui.AUTOCAPITALIZE_NONE?

djl

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?

cvp

@djl this

{'autocapitalization_type':ui.AUTOCAPITALIZE_NONE}
djl

Perfect! Thank you.