Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hentaitang committed Nov 16, 2019
1 parent b8547ac commit 99149a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you wanna explore more usages, here's a playground on [CodeSandBox.io](https:
| noOptionsText | Text to display when there are no options | string |||
| loadingText | Text to display when loading | string |||
| isLoadingIcon | need loading icon or not when loading | boolean ||true|
| selectCustomStyle | select custom style | object | { width: '300px', selectColor: stateBgColor[0], selectBorderRadius: '0', selectBorderColor: 'black', activeBorderColor: 'red' } | {} |
| selectCustomStyle | select custom style | object | { width: '300px', selectColor: 'yellow', selectBorderRadius: '0', selectBorderColor: 'black', activeBorderColor: 'red' } | {} |
| optionsCustomStyle | options custom style | object | { maxHeight: '200px', optionsBorderColor: 'black', optionsBorderRadius: '0', optionHoverBgColor: '#eee', optionActiveBgColor: 'pink', optionActiveColor: 'blue'} | {} |
| optionsIsLoading | loading control | boolean || false |
| onSelectChange | subscribe to change events | function || (res) => {} |
Expand Down
2 changes: 1 addition & 1 deletion lib/simple-react-select.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/simple-react-select.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99149a6

Please sign in to comment.