This component allows to add an autocomplete box to any Input field.
The autocomplete box can show suggestions based on what is typed in the Input field.
This can be done lazily, with a search on the server, or client side if AutoFilter=true.