We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c8f65 commit bfa24f3Copy full SHA for bfa24f3
1 file changed
src/components/Select2.js
@@ -122,7 +122,6 @@ export default class Select2 extends Component {
122
return (<option key={`option-${k}`} value={item}>{item}</option>);
123
}
124
125
-
126
render() {
127
const { data, value, ...params } = this.props;
128
return (
0 commit comments