AutoCompleteField

Auto-complete text input field. It allows the user to input text and suggests auto-complete options based on provided data. The `AutoCompleteField` component takes the following properties: - `searchOnFocus`: search will be triggered when the input field is focused (type: boolean) - all other properties are inherited from the `IBaseFieldProps`, `IDataProviderConfig`, and `IDataSelectConfig` interfaces. Note: The `AutoCompleteField` component requires specifying the list of items (`items`) and providing configuration for the data provider (`dataProvider`) and data selection (`autoComplete` and `autoFetch`).