web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : cDBgotbvnrAzHW8JXW6HYi
Power Apps - Building Power Apps
Unanswered

Type to get value in dropdown

Like (0) ShareShare
ReportReport
Posted on 23 May 2022 14:20:42 by 144

Hi Team,

 

Is there a way to type and find the value in dropdowns in PowerApps? 

Suppose say if a dropdown contains the below values. If I type the letter "G", while the dropdown is in expand, it should automatically select the value "Orange".Dropdown.JPG

 

 Thanks for your help in advance.

Categories:
I have the same question (0)
  • HarishaAkkil Profile Picture
    144 on 27 May 2022 at 11:48:54
    Re: Type to get value in dropdown

    Thank you for your clarification.

  • BCBuizer Profile Picture
    22,280 Super User 2025 Season 2 on 26 May 2022 at 13:00:43
    Re: Type to get value in dropdown

    Hi @HarishaAkkil ,

     

    There is none.

  • HarishaAkkil Profile Picture
    144 on 26 May 2022 at 10:25:30
    Re: Type to get value in dropdown

    Hi @BCBuizer,

     

    Thank you so much for your solution. This is a workaround for the problem. But I want to make sure that there is no way to type ahead to find the value from the dropdown?

    Thank You.

  • BCBuizer Profile Picture
    22,280 Super User 2025 Season 2 on 26 May 2022 at 10:13:22
    Re: Type to get value in dropdown

    Hi @HarishaAkkil ,

     

    You can use a separate TextInput and then update the Items property of the dropdown to include a filter based on the TextInput value:

     

    If(IsEmpty(TextInput,
    YourdataSource.YourColumn,
    Search(YourdataSource, TextInput, YourColumn)
    )
  • HarishaAkkil Profile Picture
    144 on 26 May 2022 at 04:47:46
    Re: Type to get value in dropdown

    Hi @BCBuizer ,

     

    Thanks for your reply. But I am afraid that I am using already dropdown. And we have implemented more functionalities on this dropdown control. Is there an option to make search the list value using type ahead in dropdowns?

    Thank You.

  • BCBuizer Profile Picture
    22,280 Super User 2025 Season 2 on 23 May 2022 at 14:22:56
    Re: Type to get value in dropdown

    Hi @HarishaAkkil ,

     

    Is it an option for you to use a ComboBox control? https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-combo-box

     

    This has the mentioned functionality OOB.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete