@@ -613,7 +613,7 @@ return /******/ (function(modules) { // webpackBootstrap
613613
614614 return _react2.default.createElement(
615615 'div',
616- { className: (0, _classnames2.default)('react-bs-table-container', this.props.containerClass),
616+ { className: (0, _classnames2.default)('react-bs-table-container', this.props.className, this.props. containerClass),
617617 style: this.props.containerStyle },
618618 toolBar,
619619 showPaginationOnTop ? pagination : null,
@@ -10654,8 +10654,6 @@ return /******/ (function(modules) { // webpackBootstrap
1065410654 shakeEditor: false,
1065510655 isInsertModalOpen: false
1065610656 });
10657- // reset form
10658- this.refs.form.reset();
1065910657 }
1066010658 }
1066110659 }, {
@@ -10918,7 +10916,8 @@ return /******/ (function(modules) { // webpackBootstrap
1091810916 _reactModal2.default,
1091910917 { className: 'react-bs-insert-modal modal-dialog',
1092010918 isOpen: this.state.isInsertModalOpen,
10921- onRequestClose: this.handleModalClose },
10919+ onRequestClose: this.handleModalClose,
10920+ contentLabel: 'Modal' },
1092210921 modal
1092310922 );
1092410923 }
@@ -13368,7 +13367,6 @@ return /******/ (function(modules) { // webpackBootstrap
1336813367 showAllText: _Const2.default.SHOW_ALL,
1336913368 showOnlySelectText: _Const2.default.SHOW_ONLY_SELECT,
1337013369 toggle: false,
13371- btnText: _Const2.default.DELETE_BTN_TEXT,
1337213370 btnContextual: 'btn-primary',
1337313371 className: '',
1337413372 onClick: undefined
0 commit comments