# react-auto-complete **Repository Path**: chenc041/react-auto-complete ## Basic Information - **Project Name**: react-auto-complete - **Description**: 基于 react 的 auto complete 组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-01-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简易的 基于react auto complete 组件 > react 全家桶 #### 属性
属性 说明 默认值
list 自动完成的数据源 array
#### 事件
属性 说明 参数
getSelect 获取选中的值 value
getInput 获取输入框的值 value
### 自定义 选项 ```
``` > demo gif ![Alt text](/screenshot/demo.gif) ``` 安装依赖 npm i or yarn 开始运行 npm run dev or yarn start ```