make dropdown support type ahead feature | Community
Skip to main content
mohanb
Level 4
January 9, 2017
Solved

make dropdown support type ahead feature

  • January 9, 2017
  • 2 replies
  • 1532 views

Hi

Is there any property that can set on "granite/ui/components/foundation/form/select" component so that it supports users to type in values available in dropdown and allows to filter it? Is this feature available or to be custom built?

Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You would have to overlay this component and modify the component script to achieve this functionality. 

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
January 9, 2017

You would have to overlay this component and modify the component script to achieve this functionality. 

mohanb
mohanbAuthor
Level 4
January 10, 2017

Thank you