We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class BrnMultiSelectBottomPickerItem{ String code; //选项编号 String content; //选项内容 bool isChecked; //是否选中 MultiSelectBottomPickerItem(this.code, this.content,{ this.isChecked:false}); }
很多时候选择完成后需要原始数据,否则只能根据code去比对,比较麻烦
The text was updated successfully, but these errors were encountered:
您好,我们会采纳您的反馈意见对组件进行重构,感谢~
Sorry, something went wrong.
该问题已进行优化,请参见 #361
No branches or pull requests
功能需求
很多时候选择完成后需要原始数据,否则只能根据code去比对,比较麻烦
The text was updated successfully, but these errors were encountered: