ant design mobile, how to display only one upload selector? as soon as you use it, four will come out.
complement: `< ImagePicker
files={files}
onChange={this.onChange}
onImageClick={(index, fs) => console.log(index, fs)}
selectable={files.length < 5}
accept="image/gif,image/jpeg,image/jpg,image/png"
/>`
is that I just want the one with the cross on the left and center it. You can only upload one picture at a time. You can preview it
.solve