skratchdot / react-bootstrap-multiselect

A multiselect component for react (with bootstrap). This is a react port of bootstrap-multiselect.
http://projects.skratchdot.com/react-bootstrap-multiselect/
Other
119 stars 61 forks source link

Few options don't work #15

Closed rammoozz closed 9 years ago

rammoozz commented 9 years ago

buttonText - Uncaught TypeError: this.options.buttonText is not a function maxHeight / buttonWidth seem to be ignored.

<Multiselect buttonText = "TESttt" data={this.state.data} />