Command
An autocomplete inside a dialog for quick interaction.
Installation
Add the component to your project using the following command:
Usage
Import
Import the component and its related parts.
Structure
The expected structure and composition of the component. This component is composed of Command and Autocomplete components.
You may also want to use InputGroup to wrap the AutocompleteInput component.
The items prop is an array of objects that define the options to be displayed in the autocomplete popup. Each object should have a value and a label property.