Hi,

I was using the "old" InputSuggestAjax for autocompletion that accepted receiving the beginning of the middle word of a phrase. For example:

Entering "m" would give me:

"know my components"
"MyFaces"
"oh my!"

However, in the new version of the component, it automatically picks up the first word and assumes that you typed the first letter of this word. For my example above it would add to the text box "k|now my components" (the "|" symbol is where cursor would be) and then suddenly it would think that I actually entered "k" instead of "m" and recalculate all my suggestions for "k".

Is this a valid use case for the new component and it doesn't work right now because it's still in development phase? Or should I plan to stick to the old component or create one of my own to deal with this use case?

Thank you,
Michel

Reply via email to