Custom widget - show suggestions down for a textbox

0
Hi, I'm trying to create a widget, similar to auto complete widget which is available in the app store. But i'm trying to create this for a simple textbox which can show suggestions down as we type some text in the textbox. Eg. Say when I type letter 'p', all the values which are stored in this particular attribute starting with letter 'p' should display down. Where this can be used for a search box.
asked
2 answers
3

Laxman,

You could use the Auto Complete widget in this way.  It will display results as you type characters and then you could trigger a search microflow when the user selects a result to search on.

Maybe I don't understand what you are trying to accomplish, but it seems like Auto Complete would be a good solution.

Mike

answered
0

You can use react-autosuggest if you're developing with react

answered