src/tabviews/zshare/mutilform/mkInput/index.jsx @@ -43,6 +43,7 @@ this.inputRef.current.select() } else if (type === 'input') { this.setState({value}) this.props.onChange(value, true) } }