0.0.2 • Published 7 years ago
autocomplete-hire-test v0.0.2
AutoComplete 组件
this is a test AutoComplete Component for hire
api
| props | type | required |
|---|---|---|
| value: | string | - |
| placeholder: | string | - |
| dataSource: | []String | * |
| onChange: | func(event) | - |
| onSelect: | func(value) | - |
| onSearch: | func(value) | - |
其他说明
- test 使用 jest + react-dom/test-utils, 后续将使用enzyme来重构
- test 目前只写了简单的几个用例,完善中