hi
I have an icon edit when click will open the InputBoxA, how can I have the box color in light grey when it edit and when patch submit it will turn white??? Thanks.
simplest could be to track a variable
OnVisible = false
Patch = set true
and the fill should be based around the variable. if false grey, else white
HI RickJ,
How do I set it?? Thanks
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-variables
Set(varInEditMode, true)
...
Patch
....
Set(varInEditMode,false)
User | Count |
---|---|
251 | |
102 | |
94 | |
48 | |
37 |