A sidebar combo (dropdown+list) is like this: ```html
``` When the selected items change, the `combo-value` input will be updated. If there is `data-update-url`, it also calls backend to attach/detach the changed items. Also, the changed items will be syncronized to the `ui list` items. The items with the same data-scope only allow one selected at a time.