Skip to content

Commit

Permalink
add clear-icon click
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoehlers authored and afc163 committed Oct 9, 2019
1 parent 75d97c8 commit 36a7621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/index.en-US.md
Expand Up @@ -55,7 +55,7 @@ The rest of the props of `Input.TextArea` are the same as the original [textarea
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| enterButton | to show an enter button after input. This prop is conflict with addon. | boolean\|ReactNode | false | |
| onSearch | The callback function that is triggered when you click on the search-icon or press Enter key. | function(value, event) | | |
| onSearch | The callback function triggered when you click on the search-icon, the clear-icon or press the Enter key. | function(value, event) | | |

Supports all props of `Input`.

Expand Down

0 comments on commit 36a7621

Please sign in to comment.