Hi All,
i am looking for a quick fix for my text field. So, i have a text field with control of dropdown values but it does not provide the functionality of find items within it.
i want to make that search available within the textbox.
Hope you guys get it as i am really new to Powerapps.
Solved! Go to Solution.
Hi @Anonymous
Filter(DropDownSample,If(!IsBlank(TextInput1.Text),TextInput1.Text in Value,true))
Hi @Anonymous
Filter(DropDownSample,If(!IsBlank(TextInput1.Text),TextInput1.Text in Value,true))
Hi @Anonymous
Do you test with @yashag2255 's suggestion?
If it works fine,please accept it as solution.
More information:
Best Regards.
Yumia
i am not actually looking for @yashag2255 solution. i tried converting the textfield to combobox but i did not get as to wher i can change it from.
Also the other solution would make the user to search in textfield first but i would want the user to search for item within the drodpwn values iteself as the combobox allows you to do so.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
82 | |
50 | |
37 |
User | Count |
---|---|
288 | |
242 | |
123 | |
75 | |
56 |