city-picker
city-picker copied to clipboard
add setValue function
老版本的 $citypicker3.citypicker({ province: '江苏省', city: '苏州市', district: '昆山市' }); 无法对控件赋值 添加一个setValue方法
$citypicker3.citypicker('setValue',{ province: '江苏省', city: '苏州市', district: '昆山市' }); 测试可用
@neozhu src/statetimeline.js 和 src/css/processbar.css 是用来做什么的?
这两个文件没用的,是我一个项目里用到的和你这个没关系可以删掉
新增了清空功能
Please paste the screenshot about the clean button, I need confirm the visuals.