|
@@ -19,10 +19,6 @@ const TagSelectOption = ({ children, checked, onChange, value }) => (
|
|
|
TagSelectOption.isTagSelectOption = true;
|
|
TagSelectOption.isTagSelectOption = true;
|
|
|
|
|
|
|
|
class TagSelect extends Component {
|
|
class TagSelect extends Component {
|
|
|
- static defaultProps = {
|
|
|
|
|
- defaultValue: [],
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
state = {
|
|
state = {
|
|
|
expand: false,
|
|
expand: false,
|
|
|
checkedTags: this.props.defaultValue || [],
|
|
checkedTags: this.props.defaultValue || [],
|