AutoComplete Textarea

Another good example of how PrimeFaces PRO can provide the features you need in your projects. Upon request of a PrimeFaces PRO user, InputTextarea component is enhanced with a cool AutoComplete feature similar to regular advanced autocomplete component.

Become a PRO user and avoid bugs, request new features, get best practices … Simply get the most out of PrimeFaces!!!

After a certain number of characters (minQueryLength), inputTextarea sends the last word to a completeMethod defined on a backing bean, gets the results back and displays them at caret position. Selecting one of the items via mouse or keyboard inserts selected value to the inputTextarea.

Check out PrimeFaces Labs to see this new feature in action!

This entry was posted in PrimeFaces. Bookmark the permalink.

3 thoughts on “AutoComplete Textarea

  1. this component is awesome, however I feel like the response rate is a bit slow. I type in “PrimeFaces” and wait for about 2 seconds before the suggestion “PrimeFaces rock !!!” come up. but good job btw