We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a460b commit 2ba0fd4Copy full SHA for 2ba0fd4
examples/js/custom/search/custom-search-panel-1.js
@@ -25,20 +25,17 @@ addProducts(5);
25
class MySearchPanel extends React.Component {
26
render() {
27
return (
28
- <div className='input-group'>
29
- <span className='input-group-btn'>
30
- <button
31
- className='btn btn-primary'
32
- type='button'>
33
- CustomButton1
34
- </button>
35
- { this.props.clearBtn }
36
37
- className='btn btn-warning'
38
39
- CustomButton2
40
41
- </span>
+ <div>
+ <div className='input-group'>
+ <span className='input-group-btn'>
+ <button
+ className='btn btn-primary'
+ type='button'>
+ CustomButton1
+ </button>
+ { this.props.clearBtn }
+ </span>
+ </div>
42
{ this.props.searchField }
43
</div>
44
);
0 commit comments