Announcement: Tencent Cloud Mini Program Platform Renamed to Tencent Cloud Super App as a Service on January 2, 2025
Console Updates
Android SDK Updates
iOS SDK Updates
Flutter SDK Updates
IDE Updates
Base Library Updates
<!-- selectable-group.wxml --><view qq:for="{{labels}}"><label><selectable disabled="{{false}}"></selectable>{{item}}</label></view>
usingComponents field of the json file, but rather an abstract node. It needs to be declared in the componentGenerics field:{"componentGenerics": {"selectable": true}}
<selectable-group generic:selectable="custom-radio" />
<selectable-group generic:selectable="custom-checkbox" />
custom-radio and custom-checkbox must be included in the usingComponents definition section of the json file corresponding to this wxml.{"usingComponents": {"custom-radio": "path/to/custom/radio","custom-checkbox": "path/to/custom/checkbox"}}
componentGenerics field:{"componentGenerics": {"selectable": {"default": "path/to/default/component"}}}
generic:xxx="yyy", the value yyy can only be a static value and cannot include data binding. Therefore, the characteristics of abstract nodes are not applicable to scenarios where the node name is determined dynamically.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback