Hello All,
How to show text box when will pressed search icon button
Hi @RajSaha_
When you press the icon, put in next:
OnSelect: Set(vShowSearchBox, true);
//or Set(vShowSearchBox, Not(vShowSearchBox)) in case you also want to 'unshow' the searchbox by pressing the same icon
And then for the text box to show:
Visible: vShowSearchBox
Hope this answers your question.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
254 | |
251 | |
84 | |
36 | |
32 |
User | Count |
---|---|
338 | |
264 | |
123 | |
72 | |
46 |