Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrnMultiSelectBottomPickerItem应该携带一个dynamic或者T类型的data #336

Closed
lvyandev opened this issue Sep 23, 2022 · 2 comments
Closed

Comments

@lvyandev
Copy link

lvyandev commented Sep 23, 2022

功能需求

class BrnMultiSelectBottomPickerItem{
 String code; //选项编号
 String content; //选项内容
 bool isChecked; //是否选中
 MultiSelectBottomPickerItem(this.code, this.content,{ this.isChecked:false});
}

很多时候选择完成后需要原始数据,否则只能根据code去比对,比较麻烦

@zhoujuanjuan
Copy link
Collaborator

您好,我们会采纳您的反馈意见对组件进行重构,感谢~

@zhoujuanjuan
Copy link
Collaborator

该问题已进行优化,请参见 #361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants