Skip to content

Commit

Permalink
change clear label
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshaf committed Dec 14, 2015
1 parent 162b21e commit ee156b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/select-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = React.createClass({displayName: 'exports',
getDefaultProps: function () {
return {
closeText: 'Close',
clearText: 'Clear'
clearText: 'Remove selection'
}
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-select-box",
"version": "3.0.0",
"version": "3.0.1",
"description": "An accessible select box component for React.",
"main": "lib/select-box.js",
"directories": {
Expand Down

0 comments on commit ee156b8

Please sign in to comment.