<Input
className="InputBorderState"
defaultValue={item.Name}
style={{flex:"1",marginLeft:"10px",border:"0px",marginRight:"5px",border:"none",outline:"none"}}
size="small"
onChange={this.onchangeName}
onFocus={this.onfocusS}
onBlur={()=>this.onchangeNameOut(Id)}
suffix={<Tooltip title="可编辑" style={{border:"3px solid pink",}}> <Icon type="edit" style={{ color: 'rgba(0,0,0,.45)' }} /> </Tooltip>}
maxLength={8}
/>
有没有不用form的
普普通通 快快乐乐的 简简单单的 限制输入空格
可以在赋值时replace空格