aloneszjl
aloneszjl
怎么删除特定的版本? @lisong
Can you show your ui?
You can view the [ API documentation ](https://www.yuque.com/antv/f2/api-chart)
@smemamian https://antv.alipay.com/zh-cn/f2/3.x/demo/index.html#_%E6%8A%98%E7%BA%BF%E5%9B%BE
修改customKeyboard.js 里面的_onChangeText @mengerzhuanyong @qubangliuhui ```diff _onChangeText = text => { + const { maxLength } = this.props; + if (maxLength && !!text && text.length > maxLength) { + return; +...
外面包多个view,给个宽高就可以了