bruno
bruno copied to clipboard
BrnMultiSelectBottomPickerItem应该携带一个dynamic或者T类型的data
功能需求
class BrnMultiSelectBottomPickerItem{
String code; //选项编号
String content; //选项内容
bool isChecked; //是否选中
MultiSelectBottomPickerItem(this.code, this.content,{ this.isChecked:false});
}
很多时候选择完成后需要原始数据,否则只能根据code去比对,比较麻烦
您好,我们会采纳您的反馈意见对组件进行重构,感谢~
该问题已进行优化,请参见 https://github.com/LianjiaTech/bruno/pull/361