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.
User | Count |
---|---|
194 | |
126 | |
90 | |
48 | |
44 |
User | Count |
---|---|
280 | |
160 | |
138 | |
81 | |
76 |