Skip to content

Commit

Permalink
Dropdown className added.
Browse files Browse the repository at this point in the history
version upgrade v0.4.10
  • Loading branch information
abdurrahmanekr committed Aug 28, 2017
1 parent 73acfbf commit 816bc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chat-elements",
"version": "0.4.9",
"version": "0.4.10",
"description": "Reactjs chat components",
"author": "Avare Kodcu <abdurrahmaneker58@gmail.com>",
"main": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Dropdown extends Component {

render() {
return (
<div className='rce-dropdown-container' onBlur={this.onBlur.bind(this)}>
<div className={classNames('rce-dropdown-container', this.props.className)} onBlur={this.onBlur.bind(this)}>
{
<Button
{...this.props.buttonProps}
Expand Down

0 comments on commit 816bc4d

Please sign in to comment.