{% comment %}
This draws the list of selected items as chips as well as the text input box
NOT to be confused with the #{component_id}__container root element
should probably rename this
{% endcomment %}
{% if multiselect %}
{% include "./chip_list.html" with items=selected_items %}
{% endif %}