Power Apps: Text Box Input Control

preview_player
Показать описание
Power Apps Text Input Control (the Important Stuff)
Wouldn't you like to know all the important properties and aspects of the Text Input or Text Box Control in Power Apps? We'll cover the differences between the text and default properties. We'll go over the OnChange event. You'll learn about hint text, adding a clear button, maximum length, the format property, the mode property (single ling, multiline, and password), handling passwords, adding spell check, using the mode to disable the control, and we'll cover the border radius to create rounded corners. We'll also cover the Notify and the Reset function! Some may think this stuff is really basic. I think sometimes intermediate creators of Power Apps may not fully know and understand what all I'm about to run through, so pay close attention!

Darren Neese, Microsoft MVP, PowerApps Tutorial

Official Documentation:

TIMESTAMPS =======================================
0:00 - Intro
0:43 - Text Property
3:27 - Default Property & the Reset() Function
4:38 - OnChange Event & the Notify() Function
5:53 - Hint Text Property
6:53 - Add a Clear Button
7:55 - Maximum Length Property
8:38 - Format Property
9:04 - Mode Property (single line, multiline, & password)
10:02 - Handling Passwords
10:50 - Adding Spell Check
11:03 - Disabling the Text Input Control (Mode Property)
12:57 - Border Radius Properties (rounded corners)
13:47 - Video on Buttons

#DarrenNeese
#PowerAppsTutorial
#LowCode
Рекомендации по теме
Комментарии
Автор

🚩Here is the playlist for all my videos covering the basics of Power Apps:

PowerAppsTutorial
Автор

Thank You so much! so amazing tutorial its help me a lot

benyamadugna
Автор

Thanks a lot, it was really helpful !

madmajor
Автор

Hey Shane, I have a checklist app with a simple text input control to say "Yes' or 'No' but when you start to type in the input box, it zooms in automatically every time and is quite frustrating for the user as they need to zoom out every time for every question & it can be a little tricky to zoom out too. Do you know if there is a way to stop the app from zooming in?

FineTuningAnalysis
Автор

Hi, I love your videos on Power apps. I need a suggestion. I need to calculate the difference between current time and show it in a text box / label. I used the below formula in the Text property of the Text Label
Minute(now()) - Minute(ProdTime)
where the ProdTime is a variable which holds a time. When I update this formula, it gives me the hour difference between these two time (lets say 15 minutes). But the challenge is it is dynamic meaning when it past another minute, the text label still shows 15 minutes and doesn't change to 16. How to achieve this?

JaffarSath
Автор

Hi,

Thanks for this video.

Would you be able to help me with; how to have the keyboard locked to caps-on when focussed on a text-input-box. So that everything is typed in upper caps all the time.——specially on mobile

asimrehan
Автор

Darren, great starter video - I was actually looking to see if you have a tutorial on patching Text Input controls to SharePoint list columns? I am building an App where I have made a custom form that has a layout which isnt possible with using the 'Edit form' control. So I therefore need to patch the controls back to the associated SharePoint list.

sudosaurus
Автор

Hi, I love your videos on Power apps.
How can I set up a label to show the number value from a Form data card that is formatted as a currency number and show in the label de $ and commas?

gtoledo
Автор

Hi, the first example doesn't work : the reset function is ok. But impossible to reset the text with the expression textinput.text = "new..." ?? What is the solution ?

stevannsevellec
Автор

Hi Darren,

Any suggestion you give us on how to insert a column to a text field - so that if i fill the text field the data should save in sharepoint column.

Please advise Thank you

sdponnekanti
Автор

You never showed how to make the first example work. You just showed how to reset it. Is there no way to update a text box with text?

mattparadise
Автор

I just want to know how to add default text to a datacard v_v and no one knows how.

dandrem.
Автор

Ohh, sh... that's another ms access programing language.

ivancarmenates