How to Upper/Lower Text in TextInput PowerApps

Today I’ll teach you how to Upper/Lower the text on Canvas PowerApps, Currently there is not an option in the TextInput control to enable it and tranform the text case, so here a little workaround

First add a text input to your Canvas App

Use the Upper(…) function for UpperCase or Lower(…) for LowerCase.
Now set the following properties as:
OnChange: UpdateContext({locTextTransform:Upper(Self.Text)})
DelayOutput: true
Default: locTextTransform

now when you change the value in the text field it’ll automatically change all text to UpperCase

Hope in next releases, that feature comes out of the box.

Publicado por Pablo C. Roldan

Developer

Deja un comentario

Diseña un sitio como este con WordPress.com
Comenzar