xulayen opened this issue 7 years ago · 1 comments
当我使用 type='input'时,页面上的文本框只能输入一个字符,但是我看了源码好像并没有限制maxlength
{ title: '歌曲名称', key: ['songName'], type: 'input', }
key 的格式设置错了,
reactSPA/src/common/components/searchbar/index.js
Line 103 in 541795e